This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PyrogramBotBase/.vscode/PyrogramBotBase_windows.code-workspace
2023-05-14 21:29:31 +02:00

11 lines
151 B
Plaintext

{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
}