14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": [
|
|
"-S",
|
|
"-C",
|
|
"-l 120"
|
|
],
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [
|
|
120
|
|
]
|
|
}
|