-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.clang-format
More file actions
29 lines (20 loc) · 554 Bytes
/
Copy path.clang-format
File metadata and controls
29 lines (20 loc) · 554 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
BasedOnStyle: Google
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 240
PointerAlignment: Left
ReferenceAlignment: Left
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeBraces: Attach
DerivePointerAlignment: false
SpacesBeforeTrailingComments: 1
SortIncludes: false
IncludeBlocks: Preserve
Cpp11BracedListStyle: true
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: Yes