.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
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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