16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.formatting.blackArgs": [
|
|
"-S",
|
|
"-C",
|
|
"-l 120"
|
|
],
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [
|
|
120
|
|
],
|
|
"editor.bracketPairColorization.enabled": true,
|
|
"editor.guides.bracketPairs": "active"
|
|
}
|