12 lines
298 B
JSON
12 lines
298 B
JSON
|
{
|
||
|
"python.defaultInterpreterPath": "./venv/bin/python",
|
||
|
"editor.formatOnSave": true,
|
||
|
"autopep8.args": [
|
||
|
"--max-line-length=150"
|
||
|
],
|
||
|
"editor.fontSize": 14,
|
||
|
"emmet.includeLanguages": {
|
||
|
"django-html": "html"
|
||
|
},
|
||
|
"python.analysis.typeCheckingMode": "off"
|
||
|
}
|