[PATCH] D75791: [clang-format] Added new option IndentExternBlock
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 18 09:07:35 PDT 2020
MyDeveloperDay added a comment.
I think it needs to be:
`LLVMStyle.IndentExternBlock = FormatStyle::IEBS_NoIndent;`
I'm wondering if the GNU style also needs
`Expanded.IndentExternBlock = FormatStyle::IEBS_Indent;`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75791/new/
https://reviews.llvm.org/D75791
More information about the cfe-commits
mailing list