aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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
8indent_size = 4 8indent_size = 4
9trim_trailing_whitespace = true 9trim_trailing_whitespace = true
10insert_final_newline = true 10insert_final_newline = true
11
12[*.css]
13indent_style = space
14indent_size = 2