mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
],
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"python.formatting.provider": "none"
|
|
}
|