[PATCH] D75791: [clang-format] Added new option IndentExternBlock
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 17 10:39:08 PDT 2020
MyDeveloperDay added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:1555
+ IndentExternBlockStyle IndentExternBlock;
+
/// A vector of prefixes ordered by the desired groups for Java imports.
----------------
Something is not quie right here, this text isn't ending up in the ClangFormatStyleOptions.rst
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75791/new/
https://reviews.llvm.org/D75791
More information about the cfe-commits
mailing list