You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered: