diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index f339d2da..d4ef7349 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -8,3 +8,7 @@ indent_style = space | |||
8 | indent_size = 4 | 8 | indent_size = 4 |
9 | trim_trailing_whitespace = true | 9 | trim_trailing_whitespace = true |
10 | insert_final_newline = true | 10 | insert_final_newline = true |
11 | |||
12 | [*.css] | ||
13 | indent_style = space | ||
14 | indent_size = 2 | ||