diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-04-26 16:35:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-04-26 16:35:00 +0200 |
commit | ea02c1f4c1e534e3df35b563eef4f8ee3b256253 (patch) | |
tree | 94ed5be7bdfc95e29d479cd63b5c459f60f64a27 /.clang-format | |
parent | 5d3e4fdf6d7879cc0017e05af476b62e67ce76b3 (diff) |
clang format indent switch case + serial demo app
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 |