Initial commit

This commit is contained in:
He4eT 2023-08-15 14:57:00 +03:00
commit 9306068d2a
7 changed files with 478 additions and 0 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80