headline/.vscode/settings.json
2023-08-21 10:38:13 +02:00

9 lines
174 B
JSON

{
"files.associations": {
"*.html": "jinja-html"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}