forked from corticalsim/corticalsim3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
44 lines (44 loc) · 1.2 KB
/
.clang-format
File metadata and controls
44 lines (44 loc) · 1.2 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
BasedOnStyle: GNU
Standard: c++17
Language: Cpp
AlignConsecutiveMacros:
Enabled: true
AcrossEmptyLines: true
AcrossComments: false
AlignOperands: Align
BinPackArguments: false
BinPackParameters: false
BreakAfterReturnType: Automatic
BreakBeforeBraces: Allman
BreakConstructorInitializers: AfterColon
BreakTemplateDeclarations: Yes
ColumnLimit: 120
ContinuationIndentWidth: 0
EmptyLineAfterAccessModifier: Always
EmptyLineBeforeAccessModifier: Always
FixNamespaceComments: true
IncludeBlocks: Preserve
IndentCaseLabels: true
IndentWidth: 4
IndentWrappedFunctionNames: false
InsertBraces: true
NamespaceIndentation: All
PackConstructorInitializers: Never
PenaltyBreakBeforeMemberAccess: 1000000
PenaltyBreakScopeResolution: 1000000
PenaltyBreakString: 1000000
PenaltyReturnTypeOnItsOwnLine: 1000000
PointerAlignment: Left
QualifierAlignment: Leave
ReferenceAlignment: Left
RemoveEmptyLinesInUnwrappedLines: true
SeparateDefinitionBlocks: Always
SortIncludes: Never
SpaceAfterOperatorKeyword: false
SpaceBeforeCaseColon: false
SpaceBeforeCpp11BracedList: false
SpaceBeforeCtorInitializerColon: false
SpaceBeforeEnumUnderlyingTypeColon: false
SpaceBeforeInheritanceColon: false
SpaceBeforeParens: ControlStatements
TabWidth: 4