Init 🏁

This commit is contained in:
2022-01-03 21:21:30 +03:00
commit 8f90574b08
9 changed files with 177 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.cr,shards.yml}]
indent_style = space
indent_size = 2
[{*.ecr,*.json}]
indent_style = tab
indent_size = 4