RWKV-Runner/.vscode/settings.json

7 lines
165 B
JSON
Raw Normal View History

2023-05-17 11:39:00 +08:00
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
2023-05-23 11:51:43 +08:00
"python.formatting.provider": "none",
2023-05-17 11:39:00 +08:00
"editor.formatOnSave": true
}