2024-04-26 09:01:00 +02:00
|
|
|
BasedOnStyle: GNU
|
2022-06-19 19:36:27 +02:00
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
2024-04-26 09:01:00 +02:00
|
|
|
UseTab: Never
|
2022-06-19 19:36:27 +02:00
|
|
|
IndentCaseLabels: False
|
2022-06-19 20:40:07 +02:00
|
|
|
BreakBeforeBraces: Attach
|
2024-04-26 09:01:00 +02:00
|
|
|
ColumnLimit: 150
|
2022-06-19 21:17:39 +02:00
|
|
|
AlignConsecutiveAssignments: Consecutive
|
|
|
|
AlignConsecutiveMacros: Consecutive
|
|
|
|
AllowShortBlocksOnASingleLine: Always
|
|
|
|
AllowShortCaseLabelsOnASingleLine: True
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
2023-09-10 07:50:00 +02:00
|
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
|
|
SpaceAfterTemplateKeyword: True
|
|
|
|
SpacesInAngles: Never
|
|
|
|
SpaceBeforeParens: Always
|
|
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
|
|
RemoveBracesLLVM: True
|
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
AccessModifierOffset: -4
|
2024-04-26 09:01:00 +02:00
|
|
|
Cpp11BracedListStyle: True
|