overall refactoring

This commit is contained in:
Klemek
2025-03-13 17:12:58 +01:00
parent 8e01f4f274
commit a53cc0ad08
13 changed files with 4097 additions and 30 deletions
+12
View File
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true