From a12aa1fa9ce17bbf99d440f8f2e856b1758f9a15 Mon Sep 17 00:00:00 2001 From: Jason Henline Date: Wed, 20 Jul 2016 17:49:55 +0000 Subject: [PATCH] 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 --- parallel-libs/.clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 parallel-libs/.clang-format diff --git a/parallel-libs/.clang-format b/parallel-libs/.clang-format new file mode 100644 index 0000000..5bead5f --- /dev/null +++ b/parallel-libs/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM + -- 2.7.4