2024-08-20 16:47:09 +08:00
|
|
|
BasedOnStyle: Google
|
|
|
|
IndentWidth: 4
|
|
|
|
PointerAlignment: Left
|
2024-05-15 10:59:43 +08:00
|
|
|
AccessModifierOffset: -4
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BraceWrapping:
|
|
|
|
AfterFunction: true
|
|
|
|
AfterClass: true
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
ReflowComments: true
|
|
|
|
SpacesBeforeTrailingComments: 3
|
|
|
|
TabWidth: 4
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2024-09-14 00:02:48 +08:00
|
|
|
ColumnLimit: 80
|
2024-08-20 16:47:09 +08:00
|
|
|
AllowShortBlocksOnASingleLine: Never
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortEnumsOnASingleLine: false
|