1
1
mirror of synced 2025-01-24 15:22:19 +01:00
TaikoArcadeLoader/.clang-format

13 lines
378 B
Plaintext
Raw Normal View History

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
BreakBeforeBraces: Attach
2022-06-20 07:17:39 +12:00
ColumnLimit: 150
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveMacros: Consecutive
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: True
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: AllIfsAndElse