tiny-raytracer/.clang-format

23 lines
434 B
Text
Raw Normal View History

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