backend/.vscode/settings.json

7 lines
164 B
JSON
Raw Normal View History

{
"git.autofetch": "all",
"git.alwaysSignOff": true,
"git.enableCommitSigning": false,
"git.fetchOnPull": true,
"git.pullBeforeCheckout": true
}