diff options
author | Yukai Huang | 2017-03-13 21:42:33 +0800 |
---|---|---|
committer | Yukai Huang | 2017-03-13 21:42:33 +0800 |
commit | e97b609d91adab015148184935369216a199038e (patch) | |
tree | 563d3ae42b832e6881b2d95b6a76c88b073cb5bb /.editorconfig | |
parent | b4424419c0eb2e07c6783d6853346853957e78a8 (diff) |
Update new editorconfig indent favor
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |