🎨 editorconfig: *.json should have a final newline

pull/90/head
Mike Gerber 9 months ago
parent 9594b4c9d2
commit 1e7c46285b

@ -15,7 +15,7 @@ indent_size = 2
[*.json]
indent_size = 2
insert_final_newline = false
insert_final_newline = true
# trailing spaces in markdown indicate word wrap
[*.md]

Loading…
Cancel
Save