-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.clang-format
More file actions
41 lines (41 loc) · 1021 Bytes
/
Copy path.clang-format
File metadata and controls
41 lines (41 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 80
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: false
AfterControlStatement: Never
AfterEnum: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
PointerAlignment: Right
SpaceAfterCStyleCast: false
SpaceBeforeParens: ControlStatements
SpacesInParentheses: false
DerivePointerAlignment: false
IncludeBlocks: Preserve
SortIncludes: false
MaxEmptyLinesToKeep: 2
TabWidth: 4
UseTab: Never
IndentCaseLabels: false
AlignAfterOpenBracket: Align
AlwaysBreakAfterReturnType: None
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: true
BinPackParameters: true
ContinuationIndentWidth: 4
BreakBeforeBinaryOperators: All