aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index c74fecda..f392d812 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,8 +4,9 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
-indent_style = tab
trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 4
[*.xml]
indent_style = space