mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 18:40:03 +08:00
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"python.formatting.provider": "none",
|
|
"python.formatting.blackPath": "black",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
}
|
|
}
|