mirror of
https://zotify.xyz/zotify/zotify.git
synced 2025-05-04 17:02:45 +00:00
9 lines
No EOL
210 B
JSON
9 lines
No EOL
210 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
} |