sandbox/.vscode/settings.json
2024-11-02 14:14:15 +03:00

27 lines
No EOL
692 B
JSON

{
"workbench.colorTheme": "Box UK Contrast (rainglow)",
"cSpell.words": [
"descr",
"dotenv",
"spoofmac",
"sqlalchemy"
],
"cSpell.language": "en,ru",
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "docker_training_bd",
"database": "postgres",
"username": "postgres",
"password": "qwertY123"
}
],
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"vim.smartRelativeLine": true,
"python.formatting.provider": "none",
}