Skip to content

Commit b045252

Browse files
committedMar 13, 2024
added vscode settings
1 parent 4071d69 commit b045252

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.vscode/settings.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"git.enableSmartCommit": true,
4+
"git.confirmSync": false,
5+
"git.autofetch": true,
6+
"files.associations": {
7+
"*.css": "\"tailwindcss\""
8+
},
9+
"window.zoomLevel": 1,
10+
"workbench.iconTheme": "vscode-icons",
11+
"vsicons.dontShowNewVersionMessage": true,
12+
"explorer.confirmDelete": false,
13+
"eslint.options": {},
14+
"editor.stickyScroll.enabled": true,
15+
"terminal.integrated.env.osx": {},
16+
}

0 commit comments

Comments
 (0)
Please sign in to comment.