[libcxx-commits] [PATCH] D109835: [NFC][libc++] Update clang-format style.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 23 11:18:25 PDT 2021


Mordante updated this revision to Diff 374630.
Mordante added a comment.

Remove `PPIndentWidth: 1`


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.374630.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210923/2054b01d/attachment-0001.bin>


More information about the libcxx-commits mailing list