1
0
mirror of synced 2024-12-01 02:27:25 +01:00
TaikoArcadeLoader/.clang-format

22 lines
620 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
2022-06-19 19:36:27 +02:00
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
ColumnLimit: 200
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