diff --git a/.editorconfig b/.editorconfig index 9c21cd8bce..4c1fef9ffe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[{*.json,*.yml}] +[{.jshintrc,*.json,*.yml}] indent_style = space indent_size = 2