1
1
mirror of synced 2025-02-07 14:31:26 +01:00
TaikoArcadeLoader/.clang-format

23 lines
637 B
Plaintext
Raw Normal View History

BasedOnStyle: GNU
2022-06-20 05:36:27 +12:00
IndentWidth: 4
TabWidth: 4
UseTab: Never
2022-06-20 05:36:27 +12:00
IndentCaseLabels: False
BreakBeforeBraces: Attach
ColumnLimit: 150
2022-06-20 07:17:39 +12: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