Add .clang-format to parallel-libs
authorJason Henline <jhen@google.com>
Wed, 20 Jul 2016 17:49:55 +0000 (17:49 +0000)
committerJason Henline <jhen@google.com>
Wed, 20 Jul 2016 17:49:55 +0000 (17:49 +0000)
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

llvm-svn: 276145

parallel-libs/.clang-format [new file with mode: 0644]

diff --git a/parallel-libs/.clang-format b/parallel-libs/.clang-format
new file mode 100644 (file)
index 0000000..5bead5f
--- /dev/null
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+