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