tiny-raytracer/.clang-format
Christoph Heiss c09668cda6
initial commit
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-10-26 21:24:30 +02:00

22 lines
434 B
YAML

AlignConsecutiveMacros: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
BasedOnStyle: LLVM
ColumnLimit: 100
IncludeBlocks: Regroup
IndentCaseLabels: true
IndentWidth: 4
PointerAlignment: Left
UseTab: Never
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
IncludeCategories:
- Regex: '^<.+\.hpp>'
Priority: 2
- Regex: "^<"
Priority: 1
- Regex: '^"'
Priority: 3