Configure modules for vscode

This commit is contained in:
2026-03-05 11:05:38 +01:00
parent 45df0b3cd4
commit 4be6dd8b84
5 changed files with 51 additions and 4 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_style = space
insert_final_newline = true
indent_size = 2
[*.py]
indent_size = 4
[pyproject.toml]
indent_size = 4