Spaces:
Running
on
Zero
Running
on
Zero
BasedOnStyle: Chromium | |
IncludeBlocks: Preserve | |
IncludeCategories: | |
- Regex: '^<.*>' | |
Priority: 1 | |
- Regex: '^".*"' | |
Priority: 2 | |
SortIncludes: true | |
Language: Cpp | |
AccessModifierOffset: 2 | |
AlignAfterOpenBracket: true | |
AlignConsecutiveAssignments: false | |
AlignConsecutiveDeclarations: false | |
AlignEscapedNewlines: Right | |
AlignOperands: true | |
AlignTrailingComments: false | |
AllowAllParametersOfDeclarationOnNextLine: true | |
AllowShortBlocksOnASingleLine: false | |
AllowShortCaseLabelsOnASingleLine: true | |
AllowShortFunctionsOnASingleLine: None | |
AllowShortIfStatementsOnASingleLine: true | |
AllowShortLoopsOnASingleLine: true | |
AlwaysBreakAfterReturnType: None | |
AlwaysBreakBeforeMultilineStrings: true | |
AlwaysBreakTemplateDeclarations: false | |
BinPackArguments: false | |
BinPackParameters: false | |
BreakBeforeBraces: Attach | |
BreakBeforeInheritanceComma: false | |
BreakBeforeTernaryOperators: true | |
BreakStringLiterals: false | |
ColumnLimit: 88 | |
CompactNamespaces: false | |
ConstructorInitializerAllOnOneLineOrOnePerLine: true | |
ConstructorInitializerIndentWidth: 4 | |
ContinuationIndentWidth: 4 | |
IndentCaseLabels: true | |
IndentWidth: 4 | |
TabWidth: 4 | |
UseTab: Never | |