Update our style guide (#5500)

* Update our style guide

* Clarify muiltple condition ifs

* update the ifdef section
This commit is contained in:
skullydazed
2019-04-18 15:59:51 -07:00
committed by GitHub
parent 7a1086e405
commit 068571b9fe
3 changed files with 11 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ SortIncludes: 'false'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: 'false'
TabWidth: '2'
TabWidth: '4'
UseTab: Never
...