Never run format on save

This can lead to lots of non-semantic whitespace changes.
This commit is contained in:
Andrew Eisenberg
2020-05-07 12:43:56 -07:00
committed by Andrew Eisenberg
parent 043d17d454
commit bd3702121f

View File

@@ -32,5 +32,7 @@
"eslint.options": {
// This is necessary so that eslint can properly resolve its plugins
"resolvePluginsRelativeTo": "./extensions/ql-vscode"
}
},
// Force this to false since this will cause too many changes on each commit
"editor.formatOnSave": false
}