commit | 5634c60846f7b1bbb22a4ca61a8f28b7c9b77bb1 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Jul 18 09:07:11 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Jul 18 09:08:17 2023 +0800 |
tree | 7a09f79537bb9b377b51d43fae913b295ad5c5bd | |
parent | 959b4824b982fa3e1fd822cef745fe7988489df6 [diff] [blame] |
Update the clang-format file with latest The latest clang format adds the IndentExternBlock property[1] [1] https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I3122d07411c401d3fa80a3c37c8d8ab44233b652
diff --git a/.clang-format b/.clang-format index d92a3f1..41f2211 100644 --- a/.clang-format +++ b/.clang-format
@@ -78,6 +78,7 @@ - Regex: '.*' Priority: 6 IndentCaseLabels: true +IndentExternBlock: NoIndent IndentRequiresClause: true IndentWidth: 4 IndentWrappedFunctionNames: true @@ -126,4 +127,3 @@ TabWidth: 4 UseTab: Never ... -