summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-08-09 10:50:45 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-08-13 10:51:33 +0900
commita6dfd85e601932545251978fca6ea62d4c888bea (patch)
treeffee691b50624cdaa7061bff411ff92e912df6df /.editorconfig
parentce6f1458029445e148df9b299a3cc0d76f1dcf9d (diff)
Update spacing in editorconfig file
For sanity's sake
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 00a6ea52c3..60827f04ba 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,7 +5,7 @@ root = true
[*]
indent_style = space
-indent_size = 2
+indent_size = 4
# We recommend you to keep these unchanged
charset = utf-8