commit | 82920c3d8e665fe9b114b4d80a75be2f0d0ae5a5 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue May 26 10:34:09 2020 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue May 26 10:34:09 2020 +0800 |
tree | 1ae56aa776950cacd2a42bd20870dcdcc32b0dd8 | |
parent | 6467ed247f5f809a53914a045da972e3b18429ca [diff] [blame] |
clang-format: add AfterCaseLabel option from clang-10 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id8b3a3f8bb1e892ab1fa6b4252a24243a3eaa818
diff --git a/.clang-format b/.clang-format index ea71ad6..692faa2 100644 --- a/.clang-format +++ b/.clang-format
@@ -21,6 +21,7 @@ BinPackArguments: true BinPackParameters: true BraceWrapping: + AfterCaseLabel: true AfterClass: true AfterControlStatement: true AfterEnum: true