18 lines
375 B
JSON
18 lines
375 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",
|
|
"vetur.format.options.tabSize": 4,
|
|
"vetur.format.enable": false
|
|
}
|