diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 5706dd0030..1298c65001 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,4 @@ # http://editorconfig.org - root = true [*] @@ -19,7 +18,7 @@ indent_size = 4 indent_style = space indent_size = 4 -[*.{yml}] +[*.{yml,json}] indent_style = space indent_size = 2 |