<div dir="ltr"><div>Hi,</div><div><br></div><div>thanks for working on this.</div><div><br></div><div>+**ObjCNewlinesBetweenDeclarations** (``bool``)</div><div>+  Add a line break before and after Objective-C declarations.</div>
<div>+</div><div><br></div><div>Just generate this with cfe/docs/tools/dump_format_style.py.</div><div><br></div><div><br></div><div>Also, please at tests for the different cases where you'd want to insert a newline or not (similar to the "RemovesEmptyLines" test). </div>
<div><br></div><div>Cheers,</div><div>Daniel</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 14, 2014 at 9:22 AM, Allen Ding <span dir="ltr"><<a href="mailto:alding@gmail.com" target="_blank">alding@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,
<div><br></div><div>Made the following patch for use internally for our iOS projects. Wondering if it would be useful to other clang-format users.</div><div><br></div><div>Before:</div><div><div>@interface Foo : NSObject <NSSomeDelegate></div>

<div>- (id)init;</div><div>@property(nonatomic) NSInteger whizzy;</div><div>@end</div></div><div><br></div><div>After:</div><div><div>@interface Foo : NSObject <NSSomeDelegate></div><div><br></div><div>- (id)init;</div>

<div>@property (nonatomic) NSInteger whizzy;</div><div><br></div><div>@end</div></div><div><br></div><div>Regards,</div><div><br></div><div>--</div><div>Allen Ding</div><div>Lentor Solutions</div><div><br></div></div>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>