Files
mfe9/.vscode/settings.json
2023-12-06 14:24:46 +00:00

11 lines
223 B
JSON

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