-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.clang-format
23 lines (21 loc) · 984 Bytes
/
.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
---
BasedOnStyle: Chromium
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
IndentWidth: 4
AccessModifierOffset: -2
ColumnLimit: 99
BinPackArguments: true
BinPackParameters: true
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignOperands: true
SortIncludes: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
---
Language: Cpp
Standard: Cpp11
---
Language: ObjC