[Parallel_libs-commits] [PATCH] D22576: Add .clang-format to parallel-libs

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Wed Jul 20 10:43:56 PDT 2016


jhen created this revision.
jhen added a reviewer: jlebar.
jhen added a subscriber: parallel_libs-commits.

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.

https://reviews.llvm.org/D22576

Files:
  .clang-format

Index: .clang-format
===================================================================
--- /dev/null
+++ .clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22576.64709.patch
Type: text/x-patch
Size: 159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160720/930eb232/attachment.bin>


More information about the Parallel_libs-commits mailing list