settings.json 328 B

123456789101112
  1. {
  2. "[python]": {
  3. "editor.defaultFormatter": "ms-python.black-formatter",
  4. "editor.formatOnSave": true
  5. },
  6. "black-formatter.args": ["--line-length", "120"],
  7. "python.testing.pytestEnabled": false,
  8. "python.testing.unittestEnabled": true,
  9. "files.associations": {
  10. "*.mac": "vbs"
  11. }
  12. }