diff --git a/.vscode/settings.json b/.vscode/settings.json index f4267616..3784257a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,9 @@ }, "editor.defaultFormatter": "ms-python.autopep8", "editor.formatOnSave": true, - } - -} + }, + "git.branchProtection": [ + "master" + ], + "git.branchProtectionPrompt": "alwaysCommitToNewBranch" +} \ No newline at end of file