diff options
author | Drashna Jaelre <drashna@live.com> | 2019-08-09 10:50:45 -0700 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-13 10:51:33 +0900 |
commit | a6dfd85e601932545251978fca6ea62d4c888bea (patch) | |
tree | ffee691b50624cdaa7061bff411ff92e912df6df | |
parent | ce6f1458029445e148df9b299a3cc0d76f1dcf9d (diff) |
Update spacing in editorconfig file
For sanity's sake
-rw-r--r-- | .editorconfig | 2 |
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 |