stephanemoore updated this revision to Diff 129718.
stephanemoore added a comment.

Sorted the Objective-C configuration for consistency.


https://reviews.llvm.org/D42014

Files:
  lib/Format/Format.cpp


Index: lib/Format/Format.cpp
===================================================================
--- lib/Format/Format.cpp
+++ lib/Format/Format.cpp
@@ -731,6 +731,8 @@
     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
     GoogleStyle.SpacesInContainerLiterals = false;
   } else if (Language == FormatStyle::LK_ObjC) {
+    GoogleStyle.BinPackArguments = false;
+    GoogleStyle.BinPackParameters = false;
     GoogleStyle.ColumnLimit = 100;
   }
 


Index: lib/Format/Format.cpp
===================================================================
--- lib/Format/Format.cpp
+++ lib/Format/Format.cpp
@@ -731,6 +731,8 @@
     GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
     GoogleStyle.SpacesInContainerLiterals = false;
   } else if (Language == FormatStyle::LK_ObjC) {
+    GoogleStyle.BinPackArguments = false;
+    GoogleStyle.BinPackParameters = false;
     GoogleStyle.ColumnLimit = 100;
   }
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to