I have the following code, for example:
[cardRegistrationVC setCancelBlock:^{ [weakSelf.navigationController popViewControllerAnimated:YES]; }];
Just add this to the setting file(.clang-format).
ObjCBlockIndentWidth: 4
Then the block will like this.
Hope help you.
At the same time I would like add :
UseTab: Never IndentWidth: 4