11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"black-formatter.args": [
|
|
"--line-length=120"
|
|
]
|
|
}
|