mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-05 22:09:52 +01:00
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
ColumnLimit: 100
|
||
|
ConstructorInitializerIndentWidth: 0
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
PointerAlignment: Left
|
||
|
SortIncludes: false
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpacesInContainerLiterals: true
|
||
|
Cpp11BracedListStyle: false
|
||
|
IndentCaseLabels: true
|
||
|
BreakBeforeBraces: WebKit
|