@@ -, +, @@ --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) --- a/.editorconfig +++ a/.editorconfig @@ -10,3 +10,6 @@ indent_style = space indent_size = 4 # New files charset should be UTF-8 charset = utf-8 + +[*.json] +indent_size = 2 --