Update .clang_format file

This commit is contained in:
Drashna Jael're
2019-11-17 16:47:18 -08:00
committed by Florian Didron
parent 319e86e1c6
commit bf2512dcef

View File

@@ -13,14 +13,14 @@ BinPackParameters: 'true'
ColumnLimit: '1000' ColumnLimit: '1000'
IndentCaseLabels: 'true' IndentCaseLabels: 'true'
IndentPPDirectives: AfterHash IndentPPDirectives: AfterHash
IndentWidth: '2' IndentWidth: '4'
MaxEmptyLinesToKeep: '1' MaxEmptyLinesToKeep: '1'
PointerAlignment: Right PointerAlignment: Right
SortIncludes: 'false' SortIncludes: 'false'
SpaceBeforeAssignmentOperators: 'true' SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: 'false' SpaceInEmptyParentheses: 'false'
TabWidth: '2' TabWidth: '4'
UseTab: Never UseTab: Never
... ...