mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 15:40:24 -08:00
22 lines
516 B
YAML
22 lines
516 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 100
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
AlignAfterOpenBracket: Align
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
SortIncludes: false
|
|
SpaceBeforeParens: ControlStatements
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterClass: true
|
|
AfterStruct: true
|
|
AfterEnum: true
|
|
AfterUnion: true
|
|
AfterNamespace: false
|
|
AfterFunction: true
|
|
IndentBraces: false
|