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

8 lines
180 B
JSON

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