Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodexter committed Nov 5, 2024
1 parent a04f3fb commit 85e8a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.eol": "\n",
"files.encoding": "utf8",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
}
}

0 comments on commit 85e8a81

Please sign in to comment.