[NFC][libc++] Update clang-format style.
authorMark de Wever <koraq@xs4all.nl>
Wed, 15 Sep 2021 16:29:22 +0000 (18:29 +0200)
committerMark de Wever <koraq@xs4all.nl>
Fri, 24 Sep 2021 17:28:07 +0000 (19:28 +0200)
Changes the style as requested by @ldionne in D103368.

Reviewed By: ldionne, #libc, Quuxplusone

Differential Revision: https://reviews.llvm.org/D109835

libcxx/.clang-format

index cfa0c28..4598f60 100644 (file)
@@ -11,6 +11,9 @@ PointerAlignment: Left
 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
 ---