diff --git a/.vscode/settings.json b/.vscode/settings.json index 519f882..d63fa84 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -50,11 +50,11 @@ }, "githubPullRequests.pullRequestDescription": "Copilot", "githubPullRequests.pushBranch": "always", + "githubPullRequests.defaultMergeMethod": "squash", + "conventionalCommits.autoCommit": true, "git.enableSmartCommit": true, "git.smartCommitChanges": "all", "git.postCommitCommand": "sync", - "conventionalCommits.scopes": [ - ".vscode" - ] + "conventionalCommits.scopes": [".vscode"] }