2021-05-25 10:32:48 +03:00
|
|
|
BasedOnStyle: Google
|
|
|
|
|
IndentWidth: 4
|
|
|
|
|
UseTab: Never
|
2021-08-11 09:38:43 +03:00
|
|
|
ColumnLimit: 120
|
2021-05-25 10:32:48 +03:00
|
|
|
|
|
|
|
|
Language: Cpp
|
|
|
|
|
Standard: Cpp11
|
|
|
|
|
|
|
|
|
|
AccessModifierOffset: -4
|
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
|
AllowAllArgumentsOnNextLine: false
|
2021-08-11 09:38:43 +03:00
|
|
|
AllowAllConstructorInitializersOnNextLine: false
|
2021-05-25 10:32:48 +03:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
|
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
2021-08-11 09:38:43 +03:00
|
|
|
BinPackArguments: false
|
|
|
|
|
BinPackParameters: false
|
2021-05-25 10:32:48 +03:00
|
|
|
CommentPragmas: '^#'
|
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
|
FixNamespaceComments: true
|
|
|
|
|
IndentCaseLabels: false
|
2021-08-11 09:38:43 +03:00
|
|
|
IndentPPDirectives: AfterHash
|
|
|
|
|
ForEachMacros:
|
|
|
|
|
- foreach
|
|
|
|
|
- FOREACH_CHILD
|