docs: Initial docs improvement (#218)

This commit is contained in:
Maksym Vlasov 2021-09-09 12:38:43 +03:00 committed by GitHub
commit 5daffe8727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 153 additions and 53 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.{sh,py,md},Dockerfile}]
indent_size = 4
[*.md]
trim_trailing_whitespace = false