{ "tailwindCSS.experimental.classRegex": [ ["Style \\=([^;]*);", "'([^']*)'"], ["Style \\=([^;]*);", "\"([^\"]*)\""], ["Style \\=([^;]*);", "\\`([^\\`]*)\\`"], ["style \\=([^;]*);", "'([^']*)'"], ["style \\=([^;]*);", "\"([^\"]*)\""], ["style \\=([^;]*);", "\\`([^\\`]*)\\`"] ], "tailwindCSS.classAttributes": ["class", "className", "style", ".*Style"], "prettier.enable": false, "editor.defaultFormatter": "biomejs.biome", "editor.codeActionsOnSave": { "source.organizeImports": "explicit" } }