mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-12 05:48:57 +00:00
22 lines
741 B
JSON
22 lines
741 B
JSON
{
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["Style \\=([^;]*);", "'([^']*)'"],
|
|
["Style \\=([^;]*);", "\"([^\"]*)\""],
|
|
["Style \\=([^;]*);", "\\`([^\\`]*)\\`"],
|
|
["style \\=([^;]*);", "'([^']*)'"],
|
|
["style \\=([^;]*);", "\"([^\"]*)\""],
|
|
["style \\=([^;]*);", "\\`([^\\`]*)\\`"]
|
|
],
|
|
"tailwindCSS.classAttributes": ["class", "className", "style", ".*Style"],
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.biome": "explicit",
|
|
"source.fixAll.biome": "explicit"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "biomejs.biome"
|
|
}
|
|
}
|