mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Complete editorconfig for JSON
This commit is contained in:
parent
ec7a593e24
commit
34cd5b5b60
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ trim_trailing_whitespace = false
|
||||||
[*.{yml,yaml}]
|
[*.{yml,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.json]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue