aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-09-05 11:59:38 +1200
committerScott Anderson <scott@anderso.nz>2018-09-05 11:59:38 +1200
commit2d29cebe5f948ac67d65ff46aaa7f6108d34544f (patch)
tree851f2e571b9ea4c395531569b85562984af7dd1e /.editorconfig
parent73423c988c864167447cd4292bacd3a248ef07f8 (diff)
Remove indent_size from .editorconfig
Some of us like to use different indent sizes.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index b6b6a367..c74fecda 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,10 +5,8 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
-indent_size = 4
trim_trailing_whitespace = true
[*.xml]
indent_style = space
indent_size = 2
-tab_width = 8