Skip to content

Commit 6711806

Browse files
committed
add clang format
1 parent 0ec1b2d commit 6711806

8 files changed

+1488
-1534
lines changed

.clang-format

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ColumnLimit: 80
2+
IndentWidth: 2
3+
AccessModifierOffset: -1
4+
5+
AllowAllParametersOfDeclarationOnNextLine: true
6+
AllowShortIfStatementsOnASingleLine: true
7+
AlwaysBreakTemplateDeclarations: true
8+
BinPackArguments: true
9+
BinPackParameters: true
10+
ConstructorInitializerAllOnOneLineOrOnePerLine: false

0 commit comments

Comments
 (0)