2020-08-07 00:55:17 +08:00
|
|
|
---
|
|
|
|
Language: Cpp
|
2021-11-19 16:58:26 +08:00
|
|
|
BasedOnStyle: Google
|
|
|
|
ColumnLimit: 0
|
|
|
|
IndentWidth: 4
|
2020-08-07 00:55:17 +08:00
|
|
|
AccessModifierOffset: -2
|
2021-11-26 13:29:23 +08:00
|
|
|
NamespaceIndentation: All
|
2021-11-19 16:58:26 +08:00
|
|
|
AllowShortLoopsOnASingleLine: true
|
2020-08-07 00:55:17 +08:00
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
2021-11-19 16:58:26 +08:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
2020-11-21 19:19:42 +08:00
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2021-11-26 13:29:23 +08:00
|
|
|
EmptyLineBeforeAccessModifier: LogicalBlock
|
2022-05-20 09:23:27 +08:00
|
|
|
SeparateDefinitionBlocks: Always
|
2021-11-19 16:58:26 +08:00
|
|
|
PointerAlignment: Right
|