6 lines
117 B
JSON
6 lines
117 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": [
|
|
"--line-length=119"
|
|
]
|
|
} |