.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.
This commit is contained in:
Martin Weinelt
2026-01-14 22:45:20 +01:00
parent 6259a4d1da
commit 1d914bc2f1

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