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