rtcore/.clang-format
2025-12-01 01:30:08 +01:00

18 lines
401 B
YAML

---
AllowAllArgumentsOnNextLine: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
AlwaysBreakAfterReturnType: AllDefinitions
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBraces: Allman
ColumnLimit: '120'
IndentPPDirectives: BeforeHash
IndentWidth: '2'
Language: Cpp
PointerAlignment: Right
SortIncludes: 'false'
TabWidth: '2'
UseTab: ForContinuationAndIndentation
...