17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
![]() |
---
|
||
|
BasedOnStyle: Google
|
||
|
AccessModifierOffset: '-2'
|
||
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
||
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||
|
AllowShortIfStatementsOnASingleLine: 'false'
|
||
|
BreakBeforeBraces: Linux
|
||
|
BreakConstructorInitializers: BeforeComma
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
|
||
|
ConstructorInitializerIndentWidth: '2'
|
||
|
Standard: Cpp11
|
||
|
TabWidth: '2'
|
||
|
UseTab: Never
|
||
|
IncludeBlocks: Preserve
|
||
|
|
||
|
...
|