rtcore/.clang-format
2026-01-04 14:17:15 +01:00

18 lines
387 B
YAML

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