summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: cee7b74a0b7cf7be3764cec6749e578a855b150a (plain) (blame)
1
2
3
4
5
6
{
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter"
    },
    "python.formatting.provider": "none"
}