Skip to content

Commit 88783f0

Browse files
committed
Disable format on save in VS Code
Causes a lot of whitespace changes in the git diff. We use black and flake8 for linting already.
1 parent 55b7199 commit 88783f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.formatOnPaste": false,
3-
"editor.formatOnSave": true,
3+
"editor.formatOnSave": false,
44
"editor.rulers": [
55
94
66
],

0 commit comments

Comments
 (0)