2
是否可以在#pragma mark -
指令之前/之後添加一些空行? 如果這很重要,我指的是objC中的Xcode 4.2和iOS開發。如何在使用uncrustify的#pragma標記之前添加新行?
[編輯]我的意思是像下面這樣:
// Some code here, and then 1 empty line
#pragma mark - Whatever
// Some other code here, after 1 empty line
成爲使用uncrustify:
// Some code here, and then 2 empty lines
#pragma mark - Whatever
// Some other code here, after 2 empty lines
你有沒有找到這個解決方案? –