Closed paulkre closed 2 years ago
In VSCode there is a command called "Save without formatting" which allows the user to overwrite the formatOnSave setting. Is there a way to do this in Vim?
formatOnSave
Use :noa w
:noa w
In VSCode there is a command called "Save without formatting" which allows the user to overwrite the
formatOnSave
setting. Is there a way to do this in Vim?