Merge branch 'main' into device_details

This commit is contained in:
Meatballs1
2024-03-22 12:14:48 +00:00

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
charset = utf-8
[*.py]
indent_size = 4
max_line_length = 99
[*.{yml,yaml}]
indent_size = 2