summaryrefslogtreecommitdiff
path: root/parallel-libs
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-07-20 17:49:55 +0000
committerJason Henline <jhen@google.com>2016-07-20 17:49:55 +0000
commit08eda8a12794a4b1c520b8d0eef06ef42122cdb5 (patch)
treed79e6169b378d6700735b8579e2d3b4454f27420 /parallel-libs
parentf02c02c338fff34e06326e8e0850711e9c388039 (diff)
Add .clang-format to parallel-libs
Summary: The format style is set to LLVM. This is consistent with the parallel-libs project charter which specifies that its libraries will conform to LLVM coding style. Reviewers: jlebar Subscribers: parallel_libs-commits Differential Revision: https://reviews.llvm.org/D22576
Diffstat (limited to 'parallel-libs')
-rw-r--r--parallel-libs/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/parallel-libs/.clang-format b/parallel-libs/.clang-format
new file mode 100644
index 00000000000..5bead5f39dd
--- /dev/null
+++ b/parallel-libs/.clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+