Skip to content

Commit 605db8c

Browse files
committed
fix(ci): remove JSON insert_final_newline override in .editorconfig
JSON files already have final newlines, so they should inherit the default insert_final_newline=true from [*] instead of overriding to false (which was originally "ignore", an invalid value). https://claude.ai/code/session_01UNAUtVFRfFTyfXXLy7dJNz
1 parent a336d8b commit 605db8c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111

12-
[*.json]
13-
insert_final_newline = false
14-
1512
[Makefile]
1613
indent_style = tab
1714

0 commit comments

Comments
 (0)