Align on colons in Objective-C headers

回眸只為那壹抹淺笑 提交于 2019-12-04 12:31:45

That is a known bug on the latest release of uncrustify. At the time of this answer the latest one was 9 months ago. However a patch for this error was already committed and hopefully it will appear in the next release.

Look here: https://github.com/bengardner/uncrustify/issues/18

As a temporal fix you can compile yourself the current master. Compiling with XCode will generate just one single binary that you can use until the next official release.

The bug is on 0.59, should be solved on 0.60

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!