Skip to content

Commit

Permalink
chore(.vscode): 🔧 add conventional commits settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Dec 31, 2023
1 parent 777f850 commit e8e782f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"githubPullRequests.pullRequestDescription": "Copilot"
"githubPullRequests.pullRequestDescription": "Copilot",
"githubPullRequests.pushBranch": "always",
"conventionalCommits.autoCommit": true,
"git.enableSmartCommit": true,
"git.smartCommitChanges": "all",
"git.postCommitCommand": "sync"
}

0 comments on commit e8e782f

Please sign in to comment.