diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 03e38c9..c7d6b0a 100644 --- a/.clang-format +++ b/.clang-format @@ -8,7 +8,7 @@ Language: Cpp Standard: Cpp11 TabWidth: '4' UseTab: Always - +IndentCaseLabels: true ... # vim: ft=yaml |