diff --git a/.editorconfig b/.editorconfig index a6009e8..a44750f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_style = space indent_size = 2 + +[*.json] +indent_style = space +indent_size = 2