mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"files.associations": {
|
|
"*.html": "jinja-html",
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"[jinja-html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|