-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
37 lines (37 loc) · 1.01 KB
/
.clang-format
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
SortIncludes: false
Language: Cpp
IndentWidth: 4
ObjCBlockIndentWidth: 4
ContinuationIndentWidth: 4
ColumnLimit: 0
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: AlwaysBreak
IndentCaseLabels: true
BreakBeforeBraces: Stroustrup
BasedOnStyle: WebKit
AlwaysBreakAfterDefinitionReturnType: All
PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Middle
Standard: Auto
TabWidth: 4
UseTab: Never
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
IncludeBlocks: Regroup
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
IndentPPDirectives: AfterHash
BreakConstructorInitializers: AfterColon
ConstructorInitializerAllOnOneLineOrOnePerLine: false
BreakInheritanceList: AfterColon
SpaceBeforeAssignmentOperators: true
BraceWrapping:
AfterNamespace: false
CompactNamespaces: false
NamespaceIndentation: All
BreakBeforeConceptDeclarations: Always
RequiresClausePosition: OwnLine
IndentRequiresClause: false
BreakBeforeInlineASMColon: Never