1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
...