summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-23 19:26:27 -0700
committerBen Sima <ben@bsima.me>2019-03-23 19:26:27 -0700
commit6ea59471c3f32346ba55b415db8871a64e0fb5b7 (patch)
treeb7cdf4319b7d658f885706da06b78aafac884399 /.editorconfig
parentf9524766bd7eba9c429492017485d61188b76c87 (diff)
Let's try 2 spaces for indent
Diffstat (limited to '.editorconfig')
-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