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
These spaces create very useful visual distinction between the function and their parameters, which helps a lot with avoiding the density that results from having no spaces there, visually merging the function name and parameters, increasing cognitive load.
Related & based on the same rationale, we might also consider spaces inside collections:
[ .foo: "Foo", .bar: "Bar" ]
[ .foo, .bar ]
Existing spaces inside parenthesis are currently removed by the following rules:
spaceInsideParens
wrap
wrapArguments
The text was updated successfully, but these errors were encountered:
It would be great to have the option to insert spaces inside function call parenthesis (matching AppCode's
Method/function call parenthesis
option).These spaces create very useful visual distinction between the function and their parameters, which helps a lot with avoiding the density that results from having no spaces there, visually merging the function name and parameters, increasing cognitive load.
Related & based on the same rationale, we might also consider spaces inside collections:
Existing spaces inside parenthesis are currently removed by the following rules:
The text was updated successfully, but these errors were encountered: