Python/.vscode/settings.json
2023-08-14 07:48:58 +05:30

10 lines
221 B
JSON

{
"githubPullRequests.ignoredPullRequestBranches": [
"master"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}