Add smart-house lib skeleton

This commit is contained in:
10 changed files with 94 additions and 1 deletions

14
.editorconfig Normal file
View File

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