Skip to content

Commit

Permalink
config: set git.rebaseWhenSync to true
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Jul 5, 2023
1 parent 984e8f8 commit 869d8ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.execArgv": ["--cache"]
"eslint.execArgv": ["--cache"],
"git.rebaseWhenSync": true
}

0 comments on commit 869d8ba

Please sign in to comment.