1
0
mirror of synced 2024-11-30 18:24:35 +01:00
TaikoArcadeLoader/.clang-format

23 lines
637 B
Plaintext
Raw Normal View History

BasedOnStyle: GNU
2022-06-19 19:36:27 +02:00
IndentWidth: 4
TabWidth: 4
UseTab: Never
2022-06-19 19:36:27 +02:00
IndentCaseLabels: False
BreakBeforeBraces: Attach
ColumnLimit: 150
2022-06-19 21:17:39 +02:00
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveMacros: Consecutive
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: True
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AlwaysBreakTemplateDeclarations: Yes
SpaceAfterTemplateKeyword: True
SpacesInAngles: Never
SpaceBeforeParens: Always
AlwaysBreakAfterReturnType: TopLevelDefinitions
RemoveBracesLLVM: True
AlignEscapedNewlines: Left
AccessModifierOffset: -4
Cpp11BracedListStyle: True