summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 0a3faa2..b7b590b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,7 @@ root = true
end_of_line = lf
insert_final_newline = true
indent_style = space
-indent_size = 4
+indent_size = 2
trim_trailing_whitespace = true
charset = utf-8