Skip to content

Commit 40fa14d

Browse files
committed
configure branch rules
1 parent 1eeda5c commit 40fa14d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"[typescriptreact]": {
1919
"editor.defaultFormatter": "vscode.typescript-language-features",
2020
},
21-
"editor.insertSpaces": false
21+
"editor.insertSpaces": false,
22+
"git.branchProtection": [
23+
"main",
24+
],
25+
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
26+
"git.branchRandomName.enable": true,
2227
}

0 commit comments

Comments
 (0)