diff options
author | Ben Sima <ben@bsima.me> | 2019-03-23 19:26:27 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-23 19:26:27 -0700 |
commit | 6ea59471c3f32346ba55b415db8871a64e0fb5b7 (patch) | |
tree | b7cdf4319b7d658f885706da06b78aafac884399 /.editorconfig | |
parent | f9524766bd7eba9c429492017485d61188b76c87 (diff) |
Let's try 2 spaces for indent
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |