Files
manifeste_velo/.vscode/settings.json
2026-01-23 07:56:23 +01:00

16 lines
503 B
JSON

{
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultColorDecorators": "never",
"editor.formatOnType": false,
"editor.wordBasedSuggestions": "off",
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
}
},
"ruff.nativeServer": true,
"ruff.lineLength": 119
}