1
0
mirror of synced 2024-11-12 01:30:48 +01:00
TaikoArcadeLoader/.clang-format
2022-06-20 07:17:39 +12:00

13 lines
378 B
YAML

BasedOnStyle: GNU
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
IndentCaseLabels: False
BreakBeforeBraces: Attach
ColumnLimit: 150
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveMacros: Consecutive
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: True
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: AllIfsAndElse