Initial commit

This commit is contained in:
Valentin Silytuin
2021-10-04 22:19:14 +04:00
commit b0767cb34b
8 changed files with 363 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true