20 lines
589 B
YAML
20 lines
589 B
YAML
---
|
|
BasedOnStyle: Google
|
|
Standard: Latest
|
|
UseTab: Always
|
|
TabWidth: 8
|
|
IndentWidth: 8
|
|
BreakBeforeBraces: Allman
|
|
SpaceBeforeCpp11BracedList: true
|
|
SeparateDefinitionBlocks: Always
|
|
Cpp11BracedListStyle: false
|
|
BreakAfterReturnType: TopLevel
|
|
AlignTrailingComments:
|
|
Kind: Always
|
|
ReflowComments: Always
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLoopsOnASingleLine: true
|
|
IndentAccessModifiers: false # Indent access specifiers by one level
|
|
AccessModifierOffset: -4 # Optional: adjust offset relative to the class indentation level
|