ClangFormat-Xcode icon indicating copy to clipboard operation
ClangFormat-Xcode copied to clipboard

KeepEmptyLinesAtTheStartOfBlocks does not supported

Open MinorUncle opened this issue 8 years ago • 0 comments

I set like follow:

KeepEmptyLinesAtTheStartOfBlocks: true

but a lot of result like follow:

  • (void)stopAudioMix { G_StopAudioMix(_livePush); }

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

MinorUncle avatar Sep 08 '17 08:09 MinorUncle