clang-formatter:阻止函数声明中的新行

时间:2017-11-13 21:23:04

标签: ios objective-c code-formatting clang-format

Objective-C如何阻止新行:

- (NSInteger)tableView:(UITableView *)tableView
    numberOfRowsInSection:(NSInteger)section {

看到这个:

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {

试过这个,但显然不适用于Objective-C

AllowAllParametersOfDeclarationOnNextLine: false

0 个答案:

没有答案