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; }