mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-08-21 10:42:07 +00:00
8 lines
329 B
YAML
8 lines
329 B
YAML
BasedOnStyle: Microsoft
|
|
AccessModifierOffset: -4
|
|
AlignConsecutiveMacros: true
|
|
AlignTrailingComments: true
|
|
AllowShortFunctionsOnASingleLine: None # 明确禁止简短函数内联为单行
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BreakBeforeBraces: Attach # 大括号不换行
|
|
IndentCaseLabels: true # 设置 case 标签缩进 |