1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-01-03 04:10:55 +00:00
docker-socket-proxy/.vscode/settings.json
2020-12-02 14:26:59 +00:00

15 lines
424 B
JSON

{
"cSpell.words": ["pytest"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.pythonPath": ".venv/bin/python",
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnSave": true
}
}