Files
shiftcraft/.zed/settings.json
2026-04-17 23:26:01 +00:00

44 lines
868 B
JSON

{
"formatter": [],
"code_actions_on_format": {
"source.fixAll.eslint": true,
},
"lsp": {
"tailwindcss-language-server": {
"settings": {
"includeLanguages": {
"vue": "html",
},
"experimental": {
"classRegex": [
"class=\"([^\"]*)\"",
"class='([^']*)'",
":class=\"([^\"]*)\"",
":class='([^']*)'",
],
},
},
},
"json-language-server": {
"settings": {
"json": {
"schemas": [
{
"fileMatch": [
"package.json"
],
"url": "https://www.schemastore.org/package",
},
],
},
},
},
},
"file_types": {
"GitHub Actions": [
".gitea/workflows/*.yml",
".gitea/workflows/*.yaml"
]
}
}