commit | 23d5408ba8050e12ec31cba66f3f111d6200d70c | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Dec 07 11:06:33 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Dec 07 11:06:33 2021 +0800 |
tree | 32ea69bb85b676535a52562d5bc07c25c4443670 | |
parent | f178c0f26d41ddd732d5d3e3acbcec43fa7dc5b6 [diff] |
Update the clang-format file with latest refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I443591830cea31f345fa20748560b60acc6912f4
diff --git a/.clang-format b/.clang-format index abedc25..ddfe2d7 100644 --- a/.clang-format +++ b/.clang-format
@@ -49,6 +49,7 @@ ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true +DeriveLineEnding: false DerivePointerAlignment: false PointerAlignment: Left DisableFormat: false @@ -110,5 +111,6 @@ SpacesInSquareBrackets: false Standard: Latest TabWidth: 4 +UseCRLF: false UseTab: Never ...