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 want to skip the formatting of the argument list of a function, while allowing rustfmt to format the contents of the function. Using rustfmt_skip on the function currently disables formatting for the whole function.