[clang] [clang-format] Disable string breaking in JS for now (PR #66372)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 17:18:07 PDT 2023


https://github.com/alexfh approved this pull request.

This is the right call for now. There are multiple contexts in JS, TS and libraries like Closure, where simple string literals are expected. Getting all of these right may require some back-and-forths, during which clang-format will continue producing invalid code. Let's get back to a good state and figure out details after that.

https://github.com/llvm/llvm-project/pull/66372


More information about the cfe-commits mailing list