1
0
mirror of synced 2024-11-23 22:51:02 +01:00
TaikoArcadeLoader/.clang-format

13 lines
378 B
Plaintext
Raw Permalink Normal View History

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