Skip to content

Commit fadbaf8

Browse files
committed
run clang-format
1 parent 3108059 commit fadbaf8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+12127
-13485
lines changed

.clang-format

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
BasedOnStyle: LLVM
2+
IndentWidth: 2
3+
UseTab: Never
4+
IndentCaseLabels: true
5+
AllowShortBlocksOnASingleLine: true
6+
AllowShortCaseLabelsOnASingleLine: true
7+
AllowShortIfStatementsOnASingleLine: true
8+
AllowShortFunctionsOnASingleLine: true
9+
ColumnLimit: 100
10+
SortIncludes: false
11+
BreakBeforeBraces: Custom
12+
BraceWrapping:
13+
AfterClass: false
14+
AfterControlStatement: false
15+
AfterEnum: false
16+
AfterFunction: false
17+
AfterNamespace: false
18+
AfterObjCDeclaration: false
19+
AfterStruct: false
20+
AfterUnion: false
21+
BeforeCatch: true
22+
BeforeElse: true
23+
IndentBraces: false

0 commit comments

Comments
 (0)