[PATCH] D21273: clang-format: [JS] Introduce WrapJavaScriptImports option.
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 00:37:50 PDT 2016
djasper added inline comments.
================
Comment at: include/clang/Format/Format.h:631
@@ +630,3 @@
+ /// \brief Whether to wrap JavaScript import/export statements.
+ bool WrapJavaScriptImports;
+
----------------
Wondering whether we should call this JavaScriptWrapImports so that the JS-specific options stay together. What do you think?
http://reviews.llvm.org/D21273
More information about the cfe-commits
mailing list