poly2tri/.clang-format

13 lines
355 B
Plaintext
Raw Permalink Normal View History

2020-10-19 18:24:46 +02:00
BasedOnStyle: LLVM
ColumnLimit: 100
ConstructorInitializerIndentWidth: 0
AllowShortFunctionsOnASingleLine: None
PointerAlignment: Left
SortIncludes: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
SpaceBeforeParens: ControlStatements
SpacesInContainerLiterals: true
Cpp11BracedListStyle: false
IndentCaseLabels: true
BreakBeforeBraces: WebKit