Indent case labels

This commit is contained in:
Allen Hill
2023-08-19 21:41:45 -04:00
parent c07083423f
commit 48b20a9c5c
3 changed files with 161 additions and 160 deletions
+1
View File
@@ -3,4 +3,5 @@ BasedOnStyle: LLVM
UseCRLF: false UseCRLF: false
BreakBeforeBraces: Attach BreakBeforeBraces: Attach
AllowShortBlocksOnASingleLine: Empty AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: true
... ...