fix:修正配置删除不完全问题。

This commit is contained in:
2025-04-03 13:39:36 +08:00
parent 4db3a6b202
commit 2451ae76be
5 changed files with 46 additions and 89 deletions

View File

@@ -11,7 +11,7 @@ ReflowComments: true
SpacesBeforeTrailingComments: 3
TabWidth: 4
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ColumnLimit: 80
ColumnLimit: 130
AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
AllowShortEnumsOnASingleLine: false