{ "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" } }