2022-12-19 10:35:20 +01:00
|
|
|
{
|
|
|
|
"python.defaultInterpreterPath": "./venv/bin/python",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"autopep8.args": [
|
2022-12-25 16:31:22 +01:00
|
|
|
"--max-line-length=150"
|
2022-12-19 10:35:20 +01:00
|
|
|
],
|
|
|
|
"editor.fontSize": 14,
|
|
|
|
"emmet.includeLanguages": {
|
|
|
|
"django-html": "html"
|
|
|
|
}
|
2023-01-14 13:27:36 +01:00
|
|
|
}
|