diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-18 15:59:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-18 15:59:51 -0700 |
commit | 068571b9febb46edb64663bf6e84ae821a8219a3 (patch) | |
tree | 8dd5c2f1de76b60dc7261ff92cc5d84e3739adaa /.clang-format | |
parent | 7a1086e4057a64f841ba178aa9eebb0002722ae2 (diff) | |
download | qmk_firmware-068571b9febb46edb64663bf6e84ae821a8219a3.tar.gz qmk_firmware-068571b9febb46edb64663bf6e84ae821a8219a3.zip |
Update our style guide (#5500)
* Update our style guide
* Clarify muiltple condition ifs
* update the ifdef section
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index bd896176d..4652b9e0a 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -20,7 +20,7 @@ SortIncludes: 'false' | |||
20 | SpaceBeforeAssignmentOperators: 'true' | 20 | SpaceBeforeAssignmentOperators: 'true' |
21 | SpaceBeforeParens: ControlStatements | 21 | SpaceBeforeParens: ControlStatements |
22 | SpaceInEmptyParentheses: 'false' | 22 | SpaceInEmptyParentheses: 'false' |
23 | TabWidth: '2' | 23 | TabWidth: '4' |
24 | UseTab: Never | 24 | UseTab: Never |
25 | 25 | ||
26 | ... | 26 | ... |