benoitsan / BBUncrustifyPlugin-Xcode

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

Semicolon (strangely) removed #43

Closed orlandoaleman closed 9 years ago

orlandoaleman commented 10 years ago

When I try to format using an enum declared this way the semicolon is removed. I use uncrustify as formatter and my config file is https://gist.github.com/orlandoaleman/5705746. I've tested formatting with UncrustifyX gui and it goes right.

typedef NS_ENUM (NSUInteger, InvaderType) {
    InvaderTypeA,
    InvaderTypeB,
    InvaderTypeC
};

Environment: Xcode 5.0.2 BBUncrustifyPlugin-Xcode 2.0.1