More workspace settings to disable formatOnSave functions

This commit is contained in:
2024-11-07 22:00:10 -06:00
parent a3601e0a35
commit dcb90be62a

View File

@@ -16,5 +16,7 @@
},
// Since we're using the Go template syntax, we don't want formatters to mess with it (https://github.com/microsoft/vscode/issues/35350)
"editor.formatOnSave": false,
"editor.formatOnPaste": false
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"notebook.formatOnSave.enabled": false
}