2019-06-01 19:54:45 +00:00
|
|
|
---
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
|
|
|
ConstructorInitializerIndentWidth: 8
|
|
|
|
Cpp11BracedListStyle: 'false'
|
|
|
|
IndentWidth: '4'
|
|
|
|
Language: Cpp
|
|
|
|
PointerAlignment: Right
|
2020-04-15 09:45:10 +00:00
|
|
|
SortIncludes: 'false'
|
2019-06-01 19:54:45 +00:00
|
|
|
SpaceBeforeAssignmentOperators: 'true'
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: 'false'
|
|
|
|
SpacesInAngles: 'true'
|
|
|
|
SpacesInCStyleCastParentheses: 'true'
|
|
|
|
SpacesInContainerLiterals: 'true'
|
|
|
|
SpacesInParentheses: 'true'
|
|
|
|
SpacesInSquareBrackets: 'false'
|
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: '4'
|
|
|
|
UseTab: Never
|
|
|
|
|
|
|
|
...
|