Skip to content

Commit

Permalink
Revert VS Code setting 'files.autoSave' back to afterDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Aug 2, 2024
1 parent d813dd8 commit 8f5bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"files.autoSave": "off",
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 8f5bfc7

Please sign in to comment.