11 lignes
251 B
JSON
11 lignes
251 B
JSON
{
|
|
"python.defaultInterpreterPath": "./venv/bin/python",
|
|
"editor.formatOnSave": true,
|
|
"autopep8.args": [
|
|
"--max-line-length=120"
|
|
],
|
|
"editor.fontSize": 14,
|
|
"emmet.includeLanguages": {
|
|
"django-html": "html"
|
|
}
|
|
} |