2021-11-26 02:34:58 +08:00
|
|
|
BasedOnStyle: WebKit
|
|
|
|
AccessModifierOffset: -3
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
AlignConsecutiveAssignments: true
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AlignTrailingComments: true
|
2021-11-25 22:00:14 +08:00
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakConstructorInitializers: BeforeColon
|
2021-11-26 02:34:58 +08:00
|
|
|
BreakStringLiterals: false
|
|
|
|
ConstructorInitializerIndentWidth: 2
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
PointerAlignment: Left
|
|
|
|
FixNamespaceComments: true
|
2021-11-25 22:00:14 +08:00
|
|
|
SpaceBeforeCpp11BracedList: false
|
2021-11-26 02:34:58 +08:00
|
|
|
SpacesBeforeTrailingComments: 2
|
|
|
|
Standard: c++17
|
2021-11-25 22:00:14 +08:00
|
|
|
TabWidth: 4
|
2021-11-26 02:34:58 +08:00
|
|
|
UseTab: Never
|