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

llvm-svn: 276145
This commit is contained in:
Jason Henline 2016-07-20 17:49:55 +00:00
parent f53f4f5a5e
commit a12aa1fa9c

View File

@ -0,0 +1,2 @@
BasedOnStyle: LLVM