Skip to content

Commit a6678d7

Browse files
committed
Update clang-format
refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Signed-off-by: George Liu <[email protected]> Change-Id: Ie25dbd6bd051baf3a1f163fdf4cbddd9a1c7acca
1 parent e5268cd commit a6678d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BreakBeforeBraces: Custom
4141
BreakBeforeTernaryOperators: true
4242
BreakConstructorInitializers: AfterColon
4343
BreakInheritanceList: AfterColon
44-
BreakStringLiterals: true
44+
BreakStringLiterals: false
4545
ColumnLimit: 80
4646
CommentPragmas: '^ IWYU pragma:'
4747
CompactNamespaces: false

0 commit comments

Comments
 (0)