alg2025/.clang-format
2025-08-08 17:40:22 +08:00

8 lines
329 B
YAML

BasedOnStyle: Microsoft
AccessModifierOffset: -4
AlignConsecutiveMacros: true
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: None # 明确禁止简短函数内联为单行
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Attach # 大括号不换行
IndentCaseLabels: true # 设置 case 标签缩进