We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4071d69 commit b045252Copy full SHA for b045252
.vscode/settings.json
@@ -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