aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-05 09:34:44 -0400
committerGitHub <noreply@github.com>2018-09-05 09:34:44 -0400
commit04c39a07197b5b8e31510b7b0981a1a56e9f6542 (patch)
tree851f2e571b9ea4c395531569b85562984af7dd1e /.editorconfig
parent73423c988c864167447cd4292bacd3a248ef07f8 (diff)
parent2d29cebe5f948ac67d65ff46aaa7f6108d34544f (diff)
Merge pull request #1231 from ascent12/editorconfig
Remove indent_size from .editorconfig
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