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