Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "workbench.startupEditor": "newUntitledFile",
  3. "editor.renderWhitespace": "all",
  4. "files.trimTrailingWhitespace": true,
  5. "python.linting.pep8Enabled": true,
  6. "python.formatting.provider": "autopep8",
  7. "python.linting.pep8Args": [
  8. "--max-line-length=120"
  9. ],
  10. "python.formatting.autopep8Args": [
  11. "--max-line-length=120"
  12. ],
  13. "python.linting.lintOnSave": true,
  14. "python.linting.pylintEnabled": true,
  15. "editor.formatOnSave": true,
  16. "editor.formatOnPaste": true,
  17. "eslint.autoFixOnSave": true,
  18. "editor.minimap.enabled": false
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement