Files
compose_gen/.vscode/settings.json
2025-12-14 18:14:07 -06:00

16 lines
398 B
JSON

{
"python.languageServer": "None",
"[python]": {
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"cSpell.words": [
"certresolver",
"traefik",
"websecure"
]
}