1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

🎨 editorconfig: *.json should have a final newline

This commit is contained in:
Mike Gerber 2023-08-11 20:06:49 +02:00
parent 9594b4c9d2
commit 1e7c46285b

View file

@ -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]