mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
chore: update .clang-format configuration
- Disallow short `if` statements on a single line by setting `AllowShortIfStatementsOnASingleLine` to `Never`. - Enable insertion of braces for control statements with `InsertBraces`.
This commit is contained in:
@@ -48,7 +48,7 @@ AllowShortCaseLabelsOnASingleLine: true
|
|||||||
AllowShortFunctionsOnASingleLine: Empty
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
|
|
||||||
# 允许短的if语句保持在同一行
|
# 允许短的if语句保持在同一行
|
||||||
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
AllowShortIfStatementsOnASingleLine: Never
|
||||||
|
|
||||||
# 允许短的循环保持在同一行
|
# 允许短的循环保持在同一行
|
||||||
AllowShortLoopsOnASingleLine: true
|
AllowShortLoopsOnASingleLine: true
|
||||||
@@ -200,3 +200,5 @@ TabWidth: 4
|
|||||||
|
|
||||||
# 使用tab字符: Never, ForIndentation, ForContinuationAndIndentation, Always
|
# 使用tab字符: Never, ForIndentation, ForContinuationAndIndentation, Always
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
|
||||||
|
InsertBraces: true
|
||||||
Reference in New Issue
Block a user