travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang
https://twitter.com/travisjeffery
MIT License
2.89k stars 288 forks source link

Fixed the problem where indentation is reset to zero up when formatting ... #70

Closed yixiang closed 9 years ago

yixiang commented 9 years ago

Fixed issue #69: Indentation is reset to zero when formatting a selected range that have non-zero indentation.

yixiang commented 9 years ago

Selected text after replacement not fully working, canceling pull request.