guild-journal/.vscode/settings.json

7 lines
166 B
JSON
Raw Normal View History

2023-06-11 19:25:30 +00:00
{
"python.formatting.provider": "none",
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}