-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
36 lines (34 loc) · 936 Bytes
/
.clang-format
File metadata and controls
36 lines (34 loc) · 936 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
Language: Cpp
BasedOnStyle: WebKit
UseTab: Always
IndentWidth: 4
AlignTrailingComments: false
ColumnLimit: 180
BreakBeforeBraces: Allman
IndentCaseLabels: true
AccessModifierOffset: -4
AllowAllParametersOfDeclarationOnNextLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
NamespaceIndentation: None
BinPackParameters: false
BinPackArguments: false
PointerBindsToType: true
AlignAfterOpenBracket: DontAlign
AlwaysBreakTemplateDeclarations: true
AllowShortBlocksOnASingleLine: true
ContinuationIndentWidth: '4'
TabWidth: '4'
BreakConstructorInitializers: AfterColon
ConstructorInitializerIndentWidth: '4'
Cpp11BracedListStyle: true
AllowShortIfStatementsOnASingleLine: false
AlignEscapedNewlines: DontAlign
BreakBeforeBinaryOperators: None
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: None
SortIncludes: true
IncludeCategories:
- Regex: '<'
Priority: 1
- Regex: '"'
Priority: 2