commit | 3de9698dae2d251cba482d4ccc78d58d2a02d564 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue May 26 10:42:53 2020 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue May 26 11:06:08 2020 +0800 |
tree | 1cbfbff0e15907c66525520d893deb0afbf7b050 | |
parent | 3c2f44962c163668272c473ddfb9c35bf8774570 [diff] |
clang-format: Add AfterCaseLabel option from clang-10 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I09c677d8063ba333bcc5084341b0719796da0f58
diff --git a/.clang-format b/.clang-format index 8c5278e..60ceb3c 100644 --- a/.clang-format +++ b/.clang-format
@@ -21,6 +21,7 @@ BinPackArguments: true BinPackParameters: true BraceWrapping: + AfterCaseLabel: true AfterClass: true AfterControlStatement: true AfterEnum: true