commit | 83990b07ceffff40f05694191cced90590c6af28 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Aug 01 14:00:20 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Wed Aug 02 11:27:18 2023 +0800 |
tree | 146e2c154256ff67d9f096bb2dd26fee8b704b6b | |
parent | 2a8848c6fb8e2b98e79baa441d4381a52a1df719 [diff] |
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: I69d1a17de61c052193891cc9c009c54e68605022
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 ... -