Added VSCode settings

This commit is contained in:
Benjamyn Love 2024-07-26 08:07:12 +10:00
parent f298191374
commit 23156f1a47

9
.vscode/settings.json vendored Normal file
View 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"]
}