Skip to content

Commit

Permalink
added vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Mar 13, 2024
1 parent 4071d69 commit b045252
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"editor.formatOnSave": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"files.associations": {
"*.css": "\"tailwindcss\""
},
"window.zoomLevel": 1,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"explorer.confirmDelete": false,
"eslint.options": {},
"editor.stickyScroll.enabled": true,
"terminal.integrated.env.osx": {},
}

0 comments on commit b045252

Please sign in to comment.