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_linux.code-workspace

11 lines
151 B
Plaintext
Raw Normal View History

2023-04-01 15:25:41 +03:00
{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
}