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

KeepEmptyLinesAtTheStartOfBlocks does not supported #130

Open MinorUncle opened 6 years ago

MinorUncle commented 6 years ago

I set like follow:

KeepEmptyLinesAtTheStartOfBlocks: true

but a lot of result like follow:

there are no empty line after "{",But other format has been applied. Is this a BUG?