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

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 31 15:51:42 PDT 2021


cjdb created this revision.
cjdb added a reviewer: ldionne.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This will reduce the amount of noisy feedback during reviews.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99691

Files:
  libcxx/.clang-format


Index: libcxx/.clang-format
===================================================================
--- libcxx/.clang-format
+++ libcxx/.clang-format
@@ -2,7 +2,7 @@
 
 ---
 Language: Cpp
-Standard: Cpp03
+Standard: Cpp11
 
 AlwaysBreakTemplateDeclarations: true
 PointerAlignment: Left
@@ -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.334555.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210331/e852b114/attachment-0001.bin>


More information about the libcxx-commits mailing list