clan-core/pkgs/webview-ui/.vscode/settings.json

6 lines
178 B
JSON
Raw Normal View History

2024-05-26 16:37:29 +00:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"tailwindCSS.experimental.classRegex": [["cx\\(([^)]*)\\)", "[\"'`]([^\"'`]*)[\"'`]"]],
"editor.wordWrap": "on"
}