-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.umb.output.clang-format
75 lines (72 loc) · 1.84 KB
/
.umb.output.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignArrayOfStructures: Right
AlignOperands: Align
AllowShortEnumsOnASingleLine: false
AlwaysBreakAfterReturnType: All
AlwaysBreakTemplateDeclarations: Yes
AllowShortLambdasOnASingleLine: All
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: Always
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: true
BeforeWhile: true
IndentBraces: true
FixNamespaceComments: true
BreakAfterAttributes: Always
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeComma
ColumnLimit: 100
IndentWidth: 4
ObjCBlockIndentWidth: 4
PackConstructorInitializers: CurrentLine
PenaltyBreakAssignment: 4
TabWidth: 4
UseCRLF: false
AllowAllConstructorInitializersOnNextLine: true
SeparateDefinitionBlocks: Always
MaxEmptyLinesToKeep: 1
AlignAfterOpenBracket: AlwaysBreak
SpaceBeforeParens: Custom
SpaceBeforeParensOptions:
AfterControlStatements: true
AfterFunctionDefinitionName: false
AfterFunctionDeclarationName: false
BeforeNonEmptyParentheses: false
BreakBeforeConceptDeclarations: Always
BinPackArguments: false
BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: true
SpaceAfterTemplateKeyword: false
SpacesInAngles: false
SpacesInConditionalStatement: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
PointerAlignment: Left
InsertNewlineAtEOF: True
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^"(boiler)/'
Priority: 2
SortPriority: 2
CaseSensitive: true
- Regex: '^((<|")(boost)/)'
Priority: 1
SortPriority: 1
CaseSensitive: true
- Regex: '<[^./]+>' # C++ STL includes.
Priority: 0
SortPriority: 0
CaseSensitive: true