Never run format on save
This can lead to lots of non-semantic whitespace changes.
This commit is contained in:
committed by
Andrew Eisenberg
parent
043d17d454
commit
bd3702121f
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user