Initial commit

This commit is contained in:
svartalf 2019-09-12 23:48:44 +03:00
commit 7562f78615
13 changed files with 5459 additions and 0 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = 80
indent_size = 4
[*.yml]
indent_size = 2