I’m new to AppCode, very happy with the reformat c...
# ios
p
I’m new to AppCode, very happy with the reformat code feature, but faced a small issue. it replaces
.sorted { f1, f2 -> Bool in
with
.sorted { f1,
f2 -> Bool in
I can’t seems to find the rule responsible for this. Is there any way to see which rules were applied to particular lines?