feat: 添加If语句及块语句解析支持

This commit is contained in:
2026-02-20 15:46:33 +08:00
parent 2631f76da1
commit eb20993e27
6 changed files with 288 additions and 23 deletions

View File

@@ -108,7 +108,7 @@ BreakConstructorInitializers: AfterColon
BreakStringLiterals: false
# 每行字符的限制0表示没有限制
ColumnLimit: 120
ColumnLimit: 100
CompactNamespaces: true
# 构造函数的初始化列表要么都在同一行,要么都各自一行