-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path.clang-format
More file actions
31 lines (31 loc) · 665 Bytes
/
Copy path.clang-format
File metadata and controls
31 lines (31 loc) · 665 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
---
AlignAfterOpenBracket: Align
AlignArrayOfStructures: Left
AlignConsecutiveDeclarations:
Enabled: true
AcrossEmptyLines: true
AcrossComments: false
AlignConsecutiveMacros:
Enabled: true
AcrossEmptyLines: false
AcrossComments: false
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments:
Kind: Leave
AlwaysBreakAfterDefinitionReturnType: All
BinPackArguments: false
BreakBeforeBraces: Allman
ColumnLimit: 0
Cpp11BracedListStyle: false
IndentWidth: 4
MaxEmptyLinesToKeep: 1
PointerAlignment: Right
SortIncludes: Never
SpaceAfterCStyleCast: true
SpaceBeforeParens: Always
UseTab: Never
...
Language: JavaScript
DisableFormat: true
...