I'm using 2 spaces indention in Xcode and when I have array of enum cases Swimat format it with 4 spaces if I'm using a short form .one, but if I'm using a full form with the type(MyEnum.one) it uses again 2 spaces.
I think it always should be as 2 spaces(or based on Xcode preferences values).
I'm using 2 spaces indention in Xcode and when I have array of enum cases
Swimat
format it with 4 spaces if I'm using a short form.one
, but if I'm using a full form with the type(MyEnum.one
) it uses again 2 spaces.I think it always should be as 2 spaces(or based on Xcode preferences values).