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
Related to #113. A special comment like fmt: align-equal would apply to the next expression (which should be a function call) and instruct Air to align arguments on =:
# fmt: align-equallist(
foo=1,
x=2,
3
)
This would help readability of calls that are used for certain types of data entry.
The text was updated successfully, but these errors were encountered:
Related to #113. A special comment like
fmt: align-equal
would apply to the next expression (which should be a function call) and instruct Air to align arguments on=
:This would help readability of calls that are used for certain types of data entry.
The text was updated successfully, but these errors were encountered: