Added VSCode settings
This commit is contained in:
parent
f298191374
commit
23156f1a47
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||||
|
"black-formatter.cwd": "${workspaceFolder}/src",
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"html.format.enable": true,
|
||||||
|
"python.REPL.enableREPLSmartSend": false,
|
||||||
|
"black-formatter.args": ["--ignore=E203"],
|
||||||
|
"flake8.args": ["--ignore=E203"]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user