aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 5dd7cad5427577554f6c8853eafce270fc646046 (plain)
1
2
3
4
5
6
{
    "editor.formatOnSave": true,
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter"
    },
}