mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-08-03 22:05:39 +02:00
Add .clang-format
This commit is contained in:
12
.clang-format
Normal file
12
.clang-format
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
BasedOnStyle: LLVM
|
||||||
|
ColumnLimit: 100
|
||||||
|
ConstructorInitializerIndentWidth: 0
|
||||||
|
AllowShortFunctionsOnASingleLine: None
|
||||||
|
PointerAlignment: Left
|
||||||
|
SortIncludes: false
|
||||||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
|
SpaceBeforeParens: ControlStatements
|
||||||
|
SpacesInContainerLiterals: true
|
||||||
|
Cpp11BracedListStyle: false
|
||||||
|
IndentCaseLabels: true
|
||||||
|
BreakBeforeBraces: WebKit
|
Reference in New Issue
Block a user