mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🎨 editorconfig: *.json should have a final newline
This commit is contained in:
parent
9594b4c9d2
commit
1e7c46285b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ indent_size = 2
|
||||||
|
|
||||||
[*.json]
|
[*.json]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
insert_final_newline = false
|
insert_final_newline = true
|
||||||
|
|
||||||
# trailing spaces in markdown indicate word wrap
|
# trailing spaces in markdown indicate word wrap
|
||||||
[*.md]
|
[*.md]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue