22 lines
572 B
YAML
22 lines
572 B
YAML
---
|
|
BasedOnStyle: Google
|
|
Language: Cpp
|
|
Standard: c++20
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
InsertNewlineAtEOF: True
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: False
|
|
AllowShortCompoundRequirementOnASingleLine: True
|
|
AllowShortEnumsOnASingleLine: True
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
UseTab: Always
|
|
FixNamespaceComments: True
|
|
BreakAfterAttributes: Always
|
|
BreakTemplateDeclarations: Yes
|
|
PackConstructorInitializers: NextLineOnly
|
|
SeparateDefinitionBlocks: Always
|
|
ReflowComments: Always
|
|
RequiresExpressionIndentation: OuterScope
|
|
...
|