This commit is contained in:
EmsiaetKadosh
2025-01-14 22:33:05 +08:00
parent 4f455ca6ad
commit 2b7f05d928
14 changed files with 257 additions and 40 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ AllowAllArgumentsOnNextLine: true # 如果false,强制把函数参数每个换
AllowAllParametersOfDeclarationOnNextLine: true # 如果false,强制把函数形参每个换行
AllowBreakBeforeNoexceptSpecifier: Always # 是否允许复合noexcept换行 Never|OnlyWithParen
AllowShortBlocksOnASingleLine: Always # WIN Always, Empty|Never
AllowShortCaseLabelsOnASingleLine: true # WIN true, false
AllowShortCaseLabelsOnASingleLine: false # WIN true, false
AllowShortCompoundRequirementOnASingleLine: true # BTW true, false
AllowShortEnumsOnASingleLine: true # WIN true, false
AllowShortFunctionsOnASingleLine: All # WIN All, None|InlineOnly|Empty|Inline