7 lines
166 B
JSON
7 lines
166 B
JSON
|
{
|
||
|
"python.formatting.provider": "none",
|
||
|
"editor.formatOnSave": true,
|
||
|
"[python]": {
|
||
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
||
|
},
|
||
|
}
|