benoitsan / BBUncrustifyPlugin-Xcode

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

Last several lines cannot be formated #73

Closed 147xin closed 9 years ago

147xin commented 9 years ago

when I format the active file, all lines other than the last few lines can be formated properly, the last lines have no change. e.g. lines before line 575 can be formated nicely, but 576~606(the end) have no change. my environment: Xcode 6.1 cpp file plugin version 2.0.4 clang