chore: add EditorConfig and remove development images and test report

This commit is contained in:
2025-11-19 23:45:30 -03:00
parent 1c06519108
commit 9451e69d68
10 changed files with 12 additions and 186 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true