-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
executable file
·44 lines (44 loc) · 1.15 KB
/
.clang-format
File metadata and controls
executable file
·44 lines (44 loc) · 1.15 KB
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
36
37
38
39
40
41
42
43
44
Language: Cpp
#DisableFormat: true
IndentWidth: 8
#TabWidth: 4
AccessModifierOffset: -4
#AlignArrayOfStructures: Left
#AlignEscapedNewlines: Left
AlignOperands: Align
AlignAfterOpenBracket: DontAlign
##AlignConsecutiveAssignments:
## Enabled: true
## AcrossEmptyLines: false
## AcrossComments: false
## AlignCompound: false
## AlignFunctionPointers: false
## PadOperators: false
#AlignConsecutiveDeclarations:
# Enabled: false
#AlignConsecutiveShortCaseStatements:
# Enabled: true
# AcrossEmptyLines: false
# AcrossComments: false
# AlignCaseColons: true
#NamespaceIndentation: All
#IndentExternBlock: AfterExternBlock
##AlignTrailingComments:
## Kind: Always
## OverEmptyLines: 0
##IndentCaseLabels: false
#IndentWrappedFunctionNames: false
#ContinuationIndentWidth: 4
#IndentAccessModifiers: false
#AllowShortEnumsOnASingleLine: true
#AllowShortFunctionsOnASingleLine: Inline
#AllowShortCaseLabelsOnASingleLine: true
#FixNamespaceComments: false
#
#AlignAfterOpenBracket: DontAlign
#AlignOperands: DontAlign
#BinPackArguments: true
#BinPackParameters: true
#AllowAllArgumentsOnNextLine: true
#PenaltyBreakAssignment: 1000
#PenaltyBreakBeforeFirstCallParameter: 1000