mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
26 lines
648 B
YAML
26 lines
648 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
#IndentWidth: 4
|
|
#UseTab: ForIndentation
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Always
|
|
ColumnLimit: 100
|
|
BreakBeforeBraces: Attach
|
|
IndentPPDirectives: AfterHash
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
PointerAlignment: Right
|
|
SpaceAfterCStyleCast: false
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeCtorInitializerColon: false
|
|
SpaceBeforeInheritanceColon: false
|
|
SpaceBeforeParens: ControlStatements
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
AlignEscapedNewlines: Left
|
|
---
|