forked from silhavyj/ZeroMate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.clang-format
47 lines (47 loc) · 1.24 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
38
39
40
41
42
43
44
45
46
47
BasedOnStyle: WebKit
AlignAfterOpenBracket: Align
AlignOperands: true
AlignTrailingComments: true
AllowShortEnumsOnASingleLine: false
BraceWrapping:
AfterClass: true
AfterControlStatement: Always
AfterFunction: true
AfterNamespace: true
AfterStruct: true
BeforeElse: true
AfterEnum: true
BeforeCatch: true
AfterExternBlock: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakConstructorInitializers: BeforeColon
Cpp11BracedListStyle: false
IndentCaseLabels: true
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
SortIncludes: Never
SpaceBeforeCpp11BracedList: false
UseTab: Never
BreakConstructorInitializersBeforeComma: true
ColumnLimit: 120
ConstructorInitializerIndentWidth: 0
ContinuationIndentWidth: 0
FixNamespaceComments: false
IndentWidth: 4
SpaceAfterTemplateKeyword: false
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpacesBeforeTrailingComments: 1
Standard: c++20
IndentRequires: false
AllowShortFunctionsOnASingleLine: false
QualifierAlignment: Left
AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
AllowAllArgumentsOnNextLine: false
IndentPPDirectives: BeforeHash
IndentExternBlock: Indent
AlignEscapedNewlines: Left