[PATCH] D68346: [clang-format] Add new option to add spaces around conditions
Mitchell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 11:45:33 PDT 2019
mitchell-stellar requested changes to this revision.
mitchell-stellar added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/include/clang/Format/Format.h:1955
+ /// \endcode
+ bool SpacesInConditionalStatement;
+
----------------
Nitpick: this option is still not in alphabetical order. Please re-order it. Otherwise, this looks good to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68346/new/
https://reviews.llvm.org/D68346
More information about the cfe-commits
mailing list