diff --git a/.editorconfig b/.editorconfig index 1492202b..cb88324b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ trim_trailing_whitespace = false [*.yml] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2