1
1
mirror of synced 2025-01-31 03:43:45 +01:00
TaikoArcadeLoader/.clang-format
2024-11-03 22:09:40 +09:00

24 lines
657 B
YAML

BasedOnStyle: GNU
IndentWidth: 4
TabWidth: 4
UseTab: Never
IndentCaseLabels: False
BreakBeforeBraces: Attach
ColumnLimit: 150
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
SortIncludes: false