10 lines
240 B
JSON
10 lines
240 B
JSON
|
|
{
|
||
|
|
"[python]": {
|
||
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
||
|
|
"editor.formatOnSave": true,
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"source.organizeImports": "explicit"
|
||
|
|
},
|
||
|
|
},
|
||
|
|
"isort.args":["--profile", "black"],
|
||
|
|
}
|