headline/.vscode/settings.json

10 lines
174 B
JSON
Raw Permalink Normal View History

2023-08-16 18:31:10 +02:00
{
"files.associations": {
"*.html": "jinja-html"
2023-08-21 10:38:13 +02:00
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
2023-08-16 18:31:10 +02:00
}
}