projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d7eec
)
[NFC][libc++] Update clang-format style.
author
Mark de Wever
<koraq@xs4all.nl>
Wed, 15 Sep 2021 16:29:22 +0000
(18:29 +0200)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/libcxx/.clang-format
b/libcxx/.clang-format
index cfa0c289635c59c0d9e0a9941085fece52d7eccc..4598f60a0090ecf6ceea3b43d078ccdfcc10d185 100644
(file)
--- a/
libcxx/.clang-format
+++ b/
libcxx/.clang-format
@@
-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
---