-
Notifications
You must be signed in to change notification settings - Fork 0
/
.clang-format
36 lines (36 loc) · 888 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
24
25
26
27
28
29
30
31
32
33
34
35
36
BasedOnStyle: LLVM
TabWidth: 4
IndentWidth: 4
UseTab: Never
PointerAlignment: Right
AccessModifierOffset: 0
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveAssignments: true
AlignOperands: DontAlign
AlignTrailingComments:
Kind: Always
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AlignAfterOpenBracket: false
BreakBeforeTernaryOperators: true
BreakBeforeBinaryOperators: NonAssignment
BreakStringLiterals: true
ColumnLimit: 80
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
IndentCaseBlocks: true
InsertNewlineAtEOF: true
IntegerLiteralSeparator:
Binary: 2
BinaryMinDigits: 5
Decimal: 3
DecimalMinDigits: 5
Hex: 2
HexMinDigits: 6
LineEnding: DeriveLF
MaxEmptyLinesToKeep: 2
IncludeBlocks: Regroup
SortIncludes: CaseInsensitive
SpaceAfterCStyleCast: true
SpacesInCStyleCastParentheses: false
SpaceAroundPointerQualifiers: Both