19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
|
BasedOnStyle: WebKit
|
||
|
AccessModifierOffset: -3
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
AlignConsecutiveAssignments: true
|
||
|
AlignConsecutiveMacros: true
|
||
|
AlignTrailingComments: true
|
||
|
BreakBeforeBraces: Custom
|
||
|
BreakConstructorInitializers: BeforeColon
|
||
|
BreakStringLiterals: false
|
||
|
ConstructorInitializerIndentWidth: 2
|
||
|
Cpp11BracedListStyle: true
|
||
|
PointerAlignment: Left
|
||
|
FixNamespaceComments: true
|
||
|
SpaceBeforeCpp11BracedList: false
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
Standard: c++17
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|