mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08:00
editorconfig: fix insert_final_newline unset for json files
This commit is contained in:
committed by
Austin Horstman
parent
1a8b119e60
commit
b108e6b7f7
@@ -11,7 +11,7 @@ insert_final_newline = true
|
|||||||
|
|
||||||
# The JSON files contain newlines inconsistently
|
# The JSON files contain newlines inconsistently
|
||||||
[*.json]
|
[*.json]
|
||||||
insert_final_newline = ignore
|
insert_final_newline = unset
|
||||||
|
|
||||||
# Makefiles always use tabs for indentation
|
# Makefiles always use tabs for indentation
|
||||||
[Makefile]
|
[Makefile]
|
||||||
|
|||||||
Reference in New Issue
Block a user