benoitsan / BBUncrustifyPlugin-Xcode

Xcode plugin to format source code using ClangFormat or Uncrustify
MIT License
1.19k stars 150 forks source link

Config option to add or remove space around '=' in @property getter or setter override. #112

Closed foehammer88 closed 8 years ago

foehammer88 commented 8 years ago

I've looked all around the config file and I can't seem to find this option. But an option to add or remove space around the '=' operator in a @property getter or setter override would be helpful, because the current add or remove space around '=' ("sp_assign"), seems to add or remove space around @property getter and setter assignment too.

benoitsan commented 8 years ago

The goal of the plugin is to format code using Uncrustify rules. This kind of issue is an issue related to Uncrustify itself.

foehammer88 commented 8 years ago

@benoitsan, if this is an issue with Uncrustify, will it be fixed? Or do you not own Uncrustify, just this plugin?