Skip to content

Commit 377fda7

Browse files
committed
🐳 chore: 补充 IndentCase 格式化配置
1 parent a25fa3e commit 377fda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ IncludeCategories:
7777
SortPriority: 0
7878
IncludeIsMainRegex: '(Test)?$'
7979
IncludeIsMainSourceRegex: ''
80-
IndentCaseLabels: false
81-
IndentCaseBlocks: false
80+
IndentCaseLabels: true
81+
IndentCaseBlocks: true
8282
IndentGotoLabels: true
8383
IndentPPDirectives: None
8484
IndentWidth: 2

0 commit comments

Comments
 (0)