.editorconfig: don't force final newline for JSON

JSON is often automatically generated and adding a final newline is a
manual step, that we shouldn't enforce.

(cherry picked from commit 1d914bc2f1)
This commit is contained in:
Martin Weinelt
2026-01-14 22:45:20 +01:00
committed by Adam C. Stephens
parent 1eadb684fc
commit 130da6c5ba

View File

@@ -64,6 +64,9 @@ insert_final_newline = unset
end_of_line = unset
trim_trailing_whitespace = unset
[*.json]
insert_final_newline = unset
[*.lock]
indent_size = unset