Skip to content

Commit bd37021

Browse files
committed
Never run format on save
This can lead to lots of non-semantic whitespace changes.
1 parent 043d17d commit bd37021

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@
3232
"eslint.options": {
3333
// This is necessary so that eslint can properly resolve its plugins
3434
"resolvePluginsRelativeTo": "./extensions/ql-vscode"
35-
}
35+
},
36+
// Force this to false since this will cause too many changes on each commit
37+
"editor.formatOnSave": false
3638
}

0 commit comments

Comments
 (0)