clangformat: Indent case labels

This commit is contained in:
June Tate-Gans 2021-04-25 13:43:02 -05:00
parent 709f088d8c
commit 0cf69f92d2

View File

@ -79,7 +79,7 @@ IncludeCategories:
SortPriority: 0
IncludeIsMainRegex: '(Test)?$'
IncludeIsMainSourceRegex: ''
IndentCaseLabels: false
IndentCaseLabels: true
IndentGotoLabels: true
IndentPPDirectives: None
IndentWidth: 2