commit | a6678d74457e790922305b7de48d15554a0651e5 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Sep 14 09:54:45 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Sep 14 09:54:45 2021 +0800 |
tree | b2ec62602eff370b72763605c70e48491822a085 | |
parent | e5268cda7389820cfc76142218dd149c76c59fe6 [diff] |
Update clang-format refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ie25dbd6bd051baf3a1f163fdf4cbddd9a1c7acca
diff --git a/.clang-format b/.clang-format index 625a0a0..abedc25 100644 --- a/.clang-format +++ b/.clang-format
@@ -41,7 +41,7 @@ BreakBeforeTernaryOperators: true BreakConstructorInitializers: AfterColon BreakInheritanceList: AfterColon -BreakStringLiterals: true +BreakStringLiterals: false ColumnLimit: 80 CommentPragmas: '^ IWYU pragma:' CompactNamespaces: false