20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"[templ]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "a-h.templ"
|
|
},
|
|
"tailwindCSS.includeLanguages": {
|
|
"css": "css",
|
|
"templ": "html"
|
|
},
|
|
"emmet.includeLanguages": {
|
|
"templ": "html"
|
|
},
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
}
|
|
} |