summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2019-04-19 00:59:51 +0200
committerGitHub <noreply@github.com>2019-04-19 00:59:51 +0200
commit068571b9febb46edb64663bf6e84ae821a8219a3 (patch)
tree8dd5c2f1de76b60dc7261ff92cc5d84e3739adaa /.editorconfig
parent7a1086e4057a64f841ba178aa9eebb0002722ae2 (diff)
downloadqmk_firmware-068571b9febb46edb64663bf6e84ae821a8219a3.tar.gz
qmk_firmware-068571b9febb46edb64663bf6e84ae821a8219a3.tar.xz
Update our style guide (#5500)
* Update our style guide * Clarify muiltple condition ifs * update the ifdef section
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 4cd051ce9..c8cb35b86 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