|
|
|
|
|
by nextstep
4491 days ago
|
|
Very nice! I've been following this for some time and am very happy to see this stable release! An aside: Has anyone tried the Clang Formatter plugin? I want to format property declarations like: @property (nonatomic, strong) NSString *string;
But setting 'ObjCSpaceAfterProperty' to true or false both output: @property(nonatomic, strong) NSString *string;
My format config is based off llvm's. Maybe some other configuration is stomping on the 'ObjCSpaceAfterProperty: true'?(Does anyone have a .clang-format file that that matches Apple's style?) |
|
I should note that Alcatraz's clang plugin looks to have a compiled version of an old clang-format in the tree...that's likely why this doesn't work with that plugin.