summaryrefslogtreecommitdiff
path: root/current/sources/cxx-stl/llvm-libc++abi/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'current/sources/cxx-stl/llvm-libc++abi/.clang-format')
-rw-r--r--current/sources/cxx-stl/llvm-libc++abi/.clang-format12
1 files changed, 12 insertions, 0 deletions
diff --git a/current/sources/cxx-stl/llvm-libc++abi/.clang-format b/current/sources/cxx-stl/llvm-libc++abi/.clang-format
new file mode 100644
index 000000000..2d1d3bee6
--- /dev/null
+++ b/current/sources/cxx-stl/llvm-libc++abi/.clang-format
@@ -0,0 +1,12 @@
+BasedOnStyle: LLVM
+
+---
+Language: Cpp
+
+AlwaysBreakTemplateDeclarations: true
+PointerAlignment: Left
+
+# Disable formatting options which may break tests.
+SortIncludes: false
+ReflowComments: false
+---