wdtagger/.vscode/settings.json
2024-06-11 03:18:23 +09:00

9 lines
227 B
JSON

{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
},
}