Add branch protection workspace settings (#6297)
This commit is contained in:
Родитель
05f1c04413
Коммит
ec530679fc
|
@ -1,6 +1,10 @@
|
|||
// Place your settings in this file to overwrite default and user settings.
|
||||
{
|
||||
"editor.wordWrap": "on",
|
||||
"git.branchProtection": [
|
||||
"main"
|
||||
],
|
||||
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
|
||||
"editor.wordWrap": "on",
|
||||
"files.eol": "\n",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.associations": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче