mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-07 21:24:05 +01:00
.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:
parent
6259a4d1da
commit
1d914bc2f1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue