Skip to content

Commit ab7f543

Browse files
add vscode workspace file
[ci skip]
1 parent 678f1f0 commit ab7f543

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

cryptomator.org.code-workspace

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"extensions": {
8+
"recommendations": [
9+
"bradlc.vscode-tailwindcss"
10+
]
11+
},
12+
"settings": {
13+
"files.associations": {
14+
"*.css": "tailwindcss"
15+
},
16+
"files.exclude": {
17+
"**/.DS_Store": true
18+
},
19+
}
20+
}

0 commit comments

Comments
 (0)