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 like to format my code on build from the terminal. I know helix has support for formatting, but my setup is the problem, not helix. If the build fails, I might need to make a small correction. I try to :w, which fails because the code has been changed by the format. I do :w!, which works. The same workflow isn't applicable though if the correction happened across multiple files, because :wa! doesn't exist. Is this intended or just an oversight?
The text was updated successfully, but these errors were encountered:
I like to format my code on build from the terminal. I know helix has support for formatting, but my setup is the problem, not helix. If the build fails, I might need to make a small correction. I try to :w, which fails because the code has been changed by the format. I do :w!, which works. The same workflow isn't applicable though if the correction happened across multiple files, because :wa! doesn't exist. Is this intended or just an oversight?
The text was updated successfully, but these errors were encountered: