Files
SlimeVR-Tracker-ESP/.clang-format
2023-05-16 18:14:45 +03:00

25 lines
712 B
YAML
Executable File

---
BasedOnStyle: Google
AccessModifierOffset: -4
AlignAfterOpenBracket: BlockIndent
AlignOperands: AlignAfterOperator
AlignTrailingComments: false
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakBeforeBinaryOperators: All
BreakConstructorInitializers: BeforeComma
BreakInheritanceList: BeforeComma
ColumnLimit: 88
DerivePointerAlignment: false
IndentWidth: 4
InsertBraces: true
InsertTrailingCommas: Wrapped
PackConstructorInitializers: Never
TabWidth: 4
UseTab: ForContinuationAndIndentation