diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index bef927ca9..772f3b5a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,11 +16,17 @@ max_line_length = 119 [*.html] indent_size = 4 +[*.css] +indent_size = 2 + +[*.less] +indent_size = 2 + [*.js] indent_size = 2 [*.json] -indent_size = 4 +indent_size = 2 insert_final_newline = ignore # Minified JavaScript files shouldn't be changed |