diff --git a/.editorconfig b/.editorconfig index 14de0e82..c4774fa0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,10 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{json,yml}] +[*.json] +indent_size = 4 +indent_style = space + +[*.yml] indent_size = 2 indent_style = space