18 lines
525 B
JSON
18 lines
525 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true,
|
|
},
|
|
"editor.rulers": [88],
|
|
},
|
|
"python.formatting.provider": "black",
|
|
"isort.importStrategy": "fromEnvironment",
|
|
"python.languageServer": "Pylance",
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"[html][jinja-html]": {
|
|
"editor.rulers": [120],
|
|
},
|
|
}
|