blob: 97a25adf22e68dfd33a119a0fae7f512ffe9cfec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
IndentWidth: 4
AllowShortFunctionsOnASingleLine: InlineOnly
PointerAlignment: Left
ColumnLimit: 160
RemoveParentheses: ReturnStatement
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
BreakBeforeBraces: Custom
BraceWrapping:
AfterControlStatement: MultiLine
ReflowComments: false
AccessModifierOffset: -4
# BreakBeforeBinaryOperators: None
# BreakBeforeTernaryOperators: true
# AlignConsecutiveAssignments: false
PackConstructorInitializers: Never
SortIncludes: false
IncludeCategories:
- Regex: '"d/dolzel(_rel)?\.h"'
Priority: -1000
IndentCaseBlocks: true
IndentCaseLabels: true
AllowAllArgumentsOnNextLine: false
|