[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:47:13 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2e3a78b8ca10: [libcxx][NFC] adjusts formatting rules (authored by cjdb).
Changed prior to commit:
https://reviews.llvm.org/D99691?vs=334828&id=337614#toc
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,11 @@
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false
+
+# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
+ColumnLimit: 120
+
+# These aren't covered by the LLVM Style Guide
+BreakBeforeConceptDeclarations: true
+IndentRequires: false
---
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99691.337614.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210415/803a0beb/attachment.bin>
More information about the libcxx-commits
mailing list