Files
CounterStrikeSharp/.clang-format
2023-10-23 19:56:42 +10:00

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