[libcxx-commits] [PATCH] D99691: [libcxx] adjusts formatting rules
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 14 19:46:31 PDT 2021
cjdb marked an inline comment as done.
cjdb added a comment.
In D99691#2674136 <https://reviews.llvm.org/D99691#2674136>, @ldionne wrote:
> Is it possible to increase the length of lines as enforced by clang-format? Libc++ tends to have a lot of verbose identifiers and macros, and it really helps readability if that doesn't cause us to break lines all around the place.
I've upped the length from 80 (default, per LLVM style) to 120. We can always tweak it if that feels too long or too short.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99691/new/
https://reviews.llvm.org/D99691
More information about the libcxx-commits
mailing list