VSCode: Enable trim trailing whitespace on save
parent
4c4c3ff15a
commit
10d0c52e8e
@ -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…
Reference in New Issue