rymiel updated this revision to Diff 530486.
rymiel added a comment.
Apply suggestions from review
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150848/new/
https://reviews.llvm.org/D150848
Files:
clang/lib/Format/ContinuationIndenter.cpp
clan
owenpan accepted this revision.
owenpan added inline comments.
Comment at: clang/lib/Format/ContinuationIndenter.cpp:361
+(Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline &&
+ Style.ColumnLimit != 0 {
return true;
FWIW
rymiel created this revision.
rymiel added a project: clang-format.
rymiel added reviewers: HazardyKnusperkeks, owenpan, MyDeveloperDay.
Herald added projects: All, clang.
Herald added a subscriber: cfe-commits.
rymiel requested review of this revision.
Previously, using ColumnLimit: 0 with extend