diff --git a/.editorconfig b/.editorconfig index e0da6d9..364f0b8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,10 @@ indent_size = tab indent_style = tab indent_size = tab -[*.{yaml,json}] +[*.{json}] +indent_style = tab +indent_size = tab + +[*.{yaml}] indent_style = space intent_size = 2