mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-05 17:51:57 +02:00
25 lines
712 B
YAML
Executable File
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
|