summaryrefslogtreecommitdiff
path: root/libcxx/.clang-format
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2022-06-13 17:25:23 +0200
committerNikolas Klauser <nikolasklauser@berlin.de>2022-06-14 06:47:38 +0200
commitac251726f84d5b7e6533a2e3712920184435b61b (patch)
tree93d14f2c582ecfcb172eba4074dfaabcf3f4f79d /libcxx/.clang-format
parentf7e19a59284208712314a2d0702b48c445909130 (diff)
downloadllvm-ac251726f84d5b7e6533a2e3712920184435b61b.tar.gz
[libc++][NFC] clang-format <__config>
It's not perfect, but it's a lot better than the status quo. Reviewed By: ldionne, #libc Spies: EricWF, aheejin, libcxx-commits, dschuff, krytarowski, fedor.sergeev, mstorsjo, phosek, abrachet Differential Revision: https://reviews.llvm.org/D127644
Diffstat (limited to 'libcxx/.clang-format')
-rw-r--r--libcxx/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/.clang-format b/libcxx/.clang-format
index 527b629c382b..68f0d65e7ba4 100644
--- a/libcxx/.clang-format
+++ b/libcxx/.clang-format
@@ -8,6 +8,7 @@ SpacesInAngles: Leave
AlwaysBreakTemplateDeclarations: true
PointerAlignment: Left
+
# Disable formatting options which may break tests.
SortIncludes: false
ReflowComments: false