16 lines
398 B
JSON
Executable File
16 lines
398 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
} |