[Openmp-commits] [PATCH] D38837: Add explicit values to .clang-format

Simon Convent via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 12 00:59:39 PDT 2017


sconvent created this revision.

Results differed on different systems without explicitly setting the added arguments


https://reviews.llvm.org/D38837

Files:
  runtime/.clang-format


Index: runtime/.clang-format
===================================================================
--- runtime/.clang-format
+++ runtime/.clang-format
@@ -2,6 +2,10 @@
 BasedOnStyle:  LLVM
 AlignTrailingComments: false
 SortIncludes:    false
+AlignOperands: false
+DisableFormat:   true
+KeepEmptyLinesAtTheStartOfBlocks: false
+MaxEmptyLinesToKeep: 2
 ---
 # Language: Cpp
 # AccessModifierOffset: -2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38837.118748.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171012/7eccab7b/attachment.bin>


More information about the Openmp-commits mailing list