2023-10-02 23:01:54 +02:00
|
|
|
---
|
|
|
|
|
Language: Cpp
|
|
|
|
|
BasedOnStyle: LLVM
|
2023-11-19 14:15:02 +01:00
|
|
|
AccessModifierOffset: -4
|
2023-10-02 23:01:54 +02:00
|
|
|
AlignArrayOfStructures: Left
|
2023-11-19 14:15:02 +01:00
|
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
|
|
|
AllowShortEnumsOnASingleLine: false
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
|
|
|
BinPackArguments: false
|
|
|
|
|
BinPackParameters: false
|
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
|
BreakBeforeBraces: Allman
|
2023-10-02 23:01:54 +02:00
|
|
|
ColumnLimit: 160
|
2023-11-19 14:15:02 +01:00
|
|
|
IncludeBlocks: Regroup
|
|
|
|
|
IndentWidth: 4
|
|
|
|
|
IndentWrappedFunctionNames: true
|
|
|
|
|
InsertNewlineAtEOF: true
|
|
|
|
|
NamespaceIndentation: All
|
2023-11-19 15:28:38 +01:00
|
|
|
PackConstructorInitializers: Never
|
2023-11-19 14:15:02 +01:00
|
|
|
PointerAlignment: Left
|
|
|
|
|
SeparateDefinitionBlocks: Always
|
|
|
|
|
SortUsingDeclarations: Lexicographic
|
|
|
|
|
SpaceAfterTemplateKeyword: false
|