[libcxx-commits] [PATCH] D124789: [libc++] Find a clang-format everybody is happy with

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 1 17:11:37 PDT 2022


var-const added inline comments.


================
Comment at: libcxx/.clang-format:68
+MaxEmptyLinesToKeep: 1
+NamespaceIndentation: Inner
+PackConstructorInitializers: NextLine
----------------
What is the purpose of this setting? IIRC, LLVM never indents namespaces, which I think reduces unnecessary indentation and makes things easier to read.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124789



More information about the libcxx-commits mailing list