CrabChampionsHacks/.vscode/settings.json

9 lines
311 B
JSON

{
"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"]
}