Initial commit

This commit is contained in:
AlphaX-Projects
2021-12-25 14:39:47 +01:00
commit 2f823927a5
3687 changed files with 37381 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
# New Line formating
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Indentation
indent_style = tab
indent_size = 4
quote_type = single