feat: add minimal connector

This commit is contained in:
Jovan Krunić
2018-12-03 17:10:03 +01:00
commit d332f6e6b5
14 changed files with 4834 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false