[PATCH] D115879: [clang-format] extern with new line brace without indentation
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 17 06:16:50 PST 2021
curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:1285-1287
+ if (Style.BraceWrapping.AfterExternBlock) {
+ addUnwrappedLine();
}
----------------
Nit.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115879/new/
https://reviews.llvm.org/D115879
More information about the cfe-commits
mailing list