Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Objective-C methods accepting multiple block parameters are not formatted properly #18425

Open Quuxplusone opened 10 years ago

Quuxplusone commented 10 years ago
Bugzilla Link PR18426
Status NEW
Importance P normal
Reported by Tony Arnold (tony@thecocoabots.com)
Reported on 2014-01-08 20:07:22 -0800
Last modified on 2015-04-22 12:08:13 -0700
Version trunk
Hardware Macintosh MacOS X
CC brianaking@gmail.com, djasper@google.com, klimek@google.com
Fixed by commit(s)
Attachments test.m (256 bytes, application/octet-stream)
post-webkit-style-formatting-test.m (271 bytes, application/octet-stream)
Blocks
Blocked by
See also
Created attachment 11847
Objective-C file that is formatted quite poorly when used with the "WebKit"
style

I've attached an example of an Objective-C file that is formatted quite poorly
when used with the "WebKit" style. It would be great if there were more control
over how methods are broken across lines (if at all — I prefer not to do this,
but there's no option for this at present?).

Thanks!
Quuxplusone commented 10 years ago

Attached test.m (256 bytes, application/octet-stream): Objective-C file that is formatted quite poorly when used with the "WebKit" style

Quuxplusone commented 10 years ago

Attached post-webkit-style-formatting-test.m (271 bytes, application/octet-stream): The same test.m file after formatting with the "WebKit" style

Quuxplusone commented 9 years ago

_Bug 23317 has been marked as a duplicate of this bug._