Smarthome Functionen
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.

1234567891011
  1. {
  2. "python.defaultInterpreterPath": "./venv/bin/python",
  3. "editor.formatOnSave": true,
  4. "autopep8.args": [
  5. "--max-line-length=150"
  6. ],
  7. "editor.fontSize": 14,
  8. "emmet.includeLanguages": {
  9. "django-html": "html"
  10. }
  11. }