Files
clan-core/pkgs/clan-app/ui/.vscode/settings.json
2025-05-15 14:56:04 +02:00

8 lines
180 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"tailwindCSS.experimental.classRegex": [
["cx\\(([^)]*)\\)", "[\"'`]([^\"'`]*)[\"'`]"]
],
"editor.wordWrap": "on"
}