snorklerjoe/CubeServer

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
    "python.formatting.provider": "none",
    "editor.formatOnSave": true,
    "files.autoSave": "off",
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter"
    }
}