[libcxx-commits] [PATCH] D129441: [libc++] Update clang-format style.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 15 10:29:43 PDT 2022


Mordante added a comment.

One of the other gripes I have about `NamespaceIndentation` that it doesn't work as advertised, namespaces like `chrono` should be indented due to being an inner namespace. So the indention for our code bases is inconsistent. (That might be as wanted, but it would break if at one point clang-format becomes smarter.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129441/new/

https://reviews.llvm.org/D129441



More information about the libcxx-commits mailing list