aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: fff079a9426c3f71dfa3054b420ccbcad89bcc5c (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
36
37
38
39
40
41
42
43
44
45
46
47
48
---
UseCRLF: false
Standard: c++20
UseTab: Always
TabWidth: 4
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpacesInLineCommentPrefix:
  Minimum: 1
SpacesInContainerLiterals: false
SpacesInConditionalStatement: false
SpacesInCStyleCastParentheses: false
SpacesInAngles: Never
SpaceInEmptyParentheses: false
SpaceInEmptyBlock: false
SpaceBeforeSquareBrackets: false
SpaceBeforeRangeBasedForLoopColon: true
SpaceBeforeParensOptions:
  AfterControlStatements: true
  AfterFunctionDeclarationName: false
  BeforeNonEmptyParentheses: false
SpaceBeforeParens: ControlStatements
SpaceBeforeInheritanceColon: true
SpaceBeforeCtorInitializerColon: true
SpaceBeforeCpp11BracedList: true
SpaceBeforeCaseColon: false
SpaceBeforeAssignmentOperators: true
SpaceAroundPointerQualifiers: Before
SpaceAfterTemplateKeyword: false
SpaceAfterLogicalNot: false
RemoveBracesLLVM: false
ReferenceAlignment: Left
PointerAlignment: Left
NamespaceIndentation: All
LineEnding: LF
Language: Cpp
InsertNewlineAtEOF: true
IndentExternBlock: Indent
IndentCaseLabels: true
FixNamespaceComments: false
Cpp11BracedListStyle: false
CompactNamespaces: false
BreakBeforeBraces: Attach
AlwaysBreakTemplateDeclarations: Yes
AlignTrailingComments:
  Kind: Always
AlignEscapedNewlines: Left
AlignArrayOfStructures: Right