feat(clang-format): add AllowShortBlocksOnASingleLine

This commit is contained in:
2026-05-26 22:38:45 +00:00
parent 4c4e9f502e
commit 17c5d5b4ff
+1
View File
@@ -7,3 +7,4 @@ ColumnLimit: 120
PointerAlignment: Right PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None AllowShortFunctionsOnASingleLine: None
InsertBraces: true InsertBraces: true
AllowShortBlocksOnASingleLine: Empty