foxygit / doom Log in
commit ce57d96a29f64b9b66591afca4a42678ffff15a1
Author:     Michael Day <contact@michaelcday.com>
AuthorDate: Tue Aug 8 13:03:04 2023 -0400
Commit:     Turo Lamminen <turol@users.noreply.github.com>
CommitDate: Wed Aug 23 11:42:50 2023 +0300

    clang-format: Set IndentCaseLabels to true

    Matches format shown in HACKING.md.
---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 7a183161..3a0e0e33 100644
--- a/.clang-format
+++ b/.clang-format
@@ -83,7 +83,7 @@ IncludeCategories:
     SortPriority:    0
 IncludeIsMainRegex: '(Test)?$'
 IncludeIsMainSourceRegex: ''
-IndentCaseLabels: false
+IndentCaseLabels: true
 IndentCaseBlocks: false
 IndentGotoLabels: true
 IndentPPDirectives: None