-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
25 lines (25 loc) · 751 Bytes
/
.clang-format
File metadata and controls
25 lines (25 loc) · 751 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
---
Language: Cpp
BasedOnStyle: WebKit
SpaceAfterTemplateKeyword: false
AlignEscapedNewlines: Left
AlignTrailingComments: true
BreakBeforeInheritanceComma: true
BreakConstructorInitializers: BeforeColon
AllowAllConstructorInitializersOnNextLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
AllowShortFunctionsOnASingleLine: Empty
NamespaceIndentation: None
AllowAllArgumentsOnNextLine: true
ConstructorInitializerIndentWidth: 0
SpacesInAngles: false
SpaceBeforeParens: Never
SortIncludes: CaseInsensitive
SpaceBeforeCpp11BracedList: false
AlignAfterOpenBracket: AlwaysBreak
BinPackArguments: true
BinPackParameters: true
ColumnLimit: 200
AllowShortBlocksOnASingleLine: Never
AllowShortEnumsOnASingleLine: false
BreakBeforeBraces: Attach