You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
374 B

2 years ago
  1. {
  2. "editor.defaultFormatter": "esbenp.prettier-vscode",
  3. "editor.tabSize": 4,
  4. "[python]": {
  5. "editor.wordBasedSuggestions": false,
  6. "editor.defaultFormatter": null
  7. },
  8. /*
  9. "python.formatting.provider": "autopep8",
  10. "python.formatting.autopep8Args": [
  11. "--max-line-length",
  12. "120",
  13. "--experimental"
  14. ],
  15. */
  16. "editor.bracketPairColorization.enabled": true
  17. }