aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: 8f3b82a3d22f0e5e9679671b5ae109493076d74b (plain) (blame)
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
---
UseCRLF: false
Standard: c++20
UseTab: Always
TabWidth: 4
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpacesInContainerLiterals: false
SpacesInConditionalStatement: false
SpacesInCStyleCastParentheses: false
SpacesInAngles: false
SpaceInEmptyParentheses: false
SpaceInEmptyBlock: false
SpaceBeforeSquareBrackets: false
SpaceBeforeRangeBasedForLoopColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeInheritanceColon: true
SpaceBeforeCtorInitializerColon: true
SpaceBeforeCpp11BracedList: true
SpaceBeforeAssignmentOperators: true
SpaceAfterTemplateKeyword: false
SpaceAfterLogicalNot: false
PointerAlignment: Left
NamespaceIndentation: All
IndentWidth: 4
Language: Cpp
IndentCaseLabels: true
FixNamespaceComments: false
Cpp11BracedListStyle: false
ColumnLimit: 0
CompactNamespaces: false
BreakBeforeBraces: Attach
AlwaysBreakTemplateDeclarations: Yes
AlignTrailingComments: true
AlignEscapedNewlines: Left