{ "editor.formatOnPaste": true, "editor.formatOnSave": true, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter" }, "black-formatter.args": [ "--line-length=120" ] }