Files
clan-core/pkgs/ui/webview-ui/.vscode/settings.json
2025-05-15 12:00:24 +01:00

8 lines
180 B
JSON

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