benoitsan / BBUncrustifyPlugin-Xcode

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

impossible to add a newline between #import & @interface #126

Closed aelam closed 8 years ago

aelam commented 8 years ago

In this case it won't add a new line between them. is it possible to set it ?

#import "EMInfoIsRead.h"
@implementation EMBroadcastCellModel
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.