.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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user