Added zed settings

This commit is contained in:
Atridad Lahiji 2024-07-05 14:09:17 -06:00
parent 944cc5f470
commit 1758c6884b
No known key found for this signature in database
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +0,0 @@
{
"recommendations": [
"golang.go",
"bradlc.vscode-tailwindcss",
"redhat.vscode-yaml",
"a-h.templ"
]
}

7
.zed/settings.json Normal file
View file

@ -0,0 +1,7 @@
{
"languages": {
"HTML": {
"format_on_save": "off"
}
}
}