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