benoitsan / BBUncrustifyPlugin-Xcode

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

Space before/around exclamation operator #125

Closed bettimms closed 8 years ago

bettimms commented 8 years ago

How to remove space before/around exclamation operator?!

Phando commented 8 years ago

Any luck with this? I would love to use uncrustify with swift, but it ads spaces around the ! and ? operators.

bettimms commented 8 years ago

For ? there's a solution but not for !.

benoitsan commented 8 years ago

I'm sorry but it's not an issue related to the plugin, please take a look at the documentation of the parsers themselves.