Skip to content

Commit b0eb2e5

Browse files
committed
Clang formatting
1 parent c7740d4 commit b0eb2e5

6 files changed

+984
-948
lines changed

.clang-format

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
Language: Cpp
3+
BasedOnStyle: Mozilla
4+
ColumnLimit: 116
5+
SpacesInParentheses: true
6+
AlwaysBreakAfterReturnType: None
7+
AlwaysBreakAfterDefinitionReturnType: None
8+
SpaceBeforeCpp11BracedList: true
9+
BreakBeforeBinaryOperators: All
10+
Cpp11BracedListStyle: true
11+
AllowShortBlocksOnASingleLine: Always
12+
BreakBeforeBraces: Custom
13+
BraceWrapping:
14+
AfterClass: true
15+
AfterControlStatement: Never
16+
AfterFunction: true
17+
AfterStruct: true
18+
AfterEnum: true
19+
SplitEmptyFunction: false
20+
SplitEmptyRecord: false
21+
SplitEmptyNamespace: false
22+
BreakConstructorInitializers: BeforeColon
23+
...

0 commit comments

Comments
 (0)