2022-06-19 19:36:27 +02:00
|
|
|
BasedOnStyle: GNU
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 4
|
2022-06-19 21:17:39 +02:00
|
|
|
UseTab: ForIndentation
|
2022-06-19 19:36:27 +02:00
|
|
|
IndentCaseLabels: False
|
2022-06-19 20:40:07 +02:00
|
|
|
BreakBeforeBraces: Attach
|
2022-06-19 21:17:39 +02:00
|
|
|
ColumnLimit: 150
|
|
|
|
AlignConsecutiveAssignments: Consecutive
|
|
|
|
AlignConsecutiveMacros: Consecutive
|
|
|
|
AllowShortBlocksOnASingleLine: Always
|
|
|
|
AllowShortCaseLabelsOnASingleLine: True
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|