Unverified Commit 1d914bc2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

.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.
parent 6259a4d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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