[libcxx-commits] [PATCH] D99691: [libcxx] adjusts formatting rules

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 1 14:34:02 PDT 2021


cjdb updated this revision to Diff 334828.
cjdb added a comment.

reverts Cpp11 to Cpp03 due to points about this breaking lots of supported C++03 code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99691

Files:
  libcxx/.clang-format


Index: libcxx/.clang-format
===================================================================
--- libcxx/.clang-format
+++ libcxx/.clang-format
@@ -10,4 +10,8 @@
 # Disable formatting options which may break tests.
 SortIncludes: false
 ReflowComments: false
+
+# These aren't covered by the LLVM Style Guide
+BreakBeforeConceptDeclarations: true
+IndentRequires: false
 ---


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99691.334828.patch
Type: text/x-patch
Size: 377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210401/74a82ee5/attachment.bin>


More information about the libcxx-commits mailing list