summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYukai Huang2017-03-13 21:42:33 +0800
committerYukai Huang2017-03-13 21:42:33 +0800
commite97b609d91adab015148184935369216a199038e (patch)
tree563d3ae42b832e6881b2d95b6a76c88b073cb5bb /.editorconfig
parentb4424419c0eb2e07c6783d6853346853957e78a8 (diff)
Update new editorconfig indent favor
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 619c178d..e271be73 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,7 +3,7 @@ root = true
# Tab indentation
[*]
indent_style = space
-indent_size = 4
+indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true