VSCode: Enable trim trailing whitespace on save

main
Felix Stupp 3 years ago
parent 4c4c3ff15a
commit 10d0c52e8e
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,5 +1,6 @@
{ {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.linting.mypyEnabled": true, "python.linting.mypyEnabled": true,
} }

Loading…
Cancel
Save