diff --git a/.editorconfig b/.editorconfig index 470278432ff..ae39ac5ca9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,9 @@ root = true -[*.{js,json}] +[*.js] indent_style=tab trim_trailing_whitespace=true + +[*.json] +indent_style = space +indent_size = 2