{
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.formatOnSaveMode": "modificationsIfAvailable",
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter",
    }
}