Basic repository files added

This commit is contained in:
Paramtamtam
2020-07-11 00:03:52 +05:00
commit 9577d9c925
9 changed files with 328 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{yml, yaml, sh, conf}]
indent_size = 2