1234567891011121314 |
- {
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.formatOnSave": true,
- "prettier.printWidth": 120,
- "python.testing.pytestArgs": ["."],
- "python.testing.pytestEnabled": true,
- "python.testing.unittestEnabled": false,
- "[python]": {
- "editor.defaultFormatter": "ms-python.autopep8",
- "editor.codeActionsOnSave": {
- "source.fixAll.ruff": "always"
- }
- }
- }
|