13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[templ]": {
|
|
"editor.defaultFormatter": "a-h.templ"
|
|
},
|
|
"files.exclude": {
|
|
"**/*_templ.go": true,
|
|
"**/*_templ.txt": true
|
|
},
|
|
"emmet.includeLanguages": {
|
|
"templ": "html"
|
|
}
|
|
} |