[libcxx-commits] [PATCH] D109835: [NFC][libc++] Update clang-format style.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 24 10:28:15 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG15dfe7834062: [NFC][libc++] Update clang-format style. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109835/new/
https://reviews.llvm.org/D109835
Files:
libcxx/.clang-format
Index: libcxx/.clang-format
===================================================================
--- libcxx/.clang-format
+++ libcxx/.clang-format
@@ -11,6 +11,9 @@
SortIncludes: false
ReflowComments: false
+# libc++'s preferred indentions of preprocessor statements.
+IndentPPDirectives: AfterHash
+
# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting
ColumnLimit: 120
---
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109835.374900.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210924/cd97f3fb/attachment.bin>
More information about the libcxx-commits
mailing list