oups forgot main folder

This commit is contained in:
2026-01-23 07:56:23 +01:00
parent 3118264ac2
commit 60d35b8494
9 changed files with 324 additions and 0 deletions

16
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"[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
}