mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
20 lines
657 B
JSON
20 lines
657 B
JSON
{
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["Style \\=([^;]*);", "'([^']*)'"],
|
|
["Style \\=([^;]*);", "\"([^\"]*)\""],
|
|
["Style \\=([^;]*);", "\\`([^\\`]*)\\`"],
|
|
["style \\=([^;]*);", "'([^']*)'"],
|
|
["style \\=([^;]*);", "\"([^\"]*)\""],
|
|
["style \\=([^;]*);", "\\`([^\\`]*)\\`"]
|
|
],
|
|
"tailwindCSS.classAttributes": ["class", "className", "style", ".*Style"],
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.oxc": "always"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "oxc.oxc-vscode"
|
|
}
|
|
}
|