ObjCBlockIndentWidth
ObjCBlockIndentWidth (Unsigned)¶
Info
clang-format 3.7
用于 ObjC 块缩进的字符数。
ObjCBlockIndentWidth: 4
[operation setCompletionBlock:^{
[self onOperationDone];
}];
Unsigned)¶clang-format 3.7
用于 ObjC 块缩进的字符数。
ObjCBlockIndentWidth: 4
[operation setCompletionBlock:^{
[self onOperationDone];
}];