add transports

This commit is contained in:
2023-05-28 00:27:40 +03:00
parent 13aa7a882f
commit da12e927c3
2 changed files with 65 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false