Skip to content

Commit

Permalink
file reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSuddenJoy authored Jun 8, 2024
1 parent c231241 commit 1a9a137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"workbench.colorTheme": "GitHub Dark Default",
"workbench.colorTheme": "Default Light Modern",
"editor.minimap.enabled": true,
"git.autofetch": true,
"git.autofetchPeriod": 180,
"git.confirmEmptyCommits": true,
"git.confirmSync": true
"git.confirmSync": true,
"files.autoSave": "onFocusChange"
}

0 comments on commit 1a9a137

Please sign in to comment.