25 lines
603 B
Plaintext
25 lines
603 B
Plaintext
|
---
|
||
|
AccessModifierOffset: -4
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
BasedOnStyle: LLVM
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
||
|
ConstructorInitializerIndentWidth: 8
|
||
|
Cpp11BracedListStyle: 'false'
|
||
|
IndentWidth: '4'
|
||
|
Language: Cpp
|
||
|
PointerAlignment: Right
|
||
|
SortIncludes: 'true'
|
||
|
SpaceBeforeAssignmentOperators: 'true'
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: 'false'
|
||
|
SpacesInAngles: 'true'
|
||
|
SpacesInCStyleCastParentheses: 'true'
|
||
|
SpacesInContainerLiterals: 'true'
|
||
|
SpacesInParentheses: 'true'
|
||
|
SpacesInSquareBrackets: 'false'
|
||
|
Standard: Cpp11
|
||
|
TabWidth: '4'
|
||
|
UseTab: Never
|
||
|
|
||
|
...
|