Minimal start with a custom logger and device tracker.

This commit is contained in:
Simo Kinnunen
2014-01-07 10:55:41 +09:00
parent 971fcb8297
commit f67eb6dd25
7 changed files with 126 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# http://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