"editor.formatOnSave": false
doesn't appear to be respected
#303
Labels
"editor.formatOnSave": false
doesn't appear to be respected
#303
In my project workspace settings file
.vscode/settings.json
I have:However, when I save a shell script it's still auto formatted.
As a workaround, to stop auto formatting on shell scripts in my project I have to add all supported file types except for
shellscript
to:It would be good if this extension also respected the standard VSCode
editor.formatOnSave
setting.The text was updated successfully, but these errors were encountered: