mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 03:14:52 -06:00
More workspace settings to disable formatOnSave functions
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user