first commit

This commit is contained in:
aOK 2023-09-25 22:51:18 +03:00
commit 1b1cd2e064
175 changed files with 7095 additions and 0 deletions

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 = false