1
1
mirror of synced 2025-01-24 07:14:05 +01:00
TaikoArcadeLoader/.clang-format

22 lines
620 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
2022-06-20 05:36:27 +12:00
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
ColumnLimit: 200
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