feat(#1): initial implementation

This commit is contained in:
Tomas Aparicio 2015-03-29 22:55:04 +02:00
parent 8bcefc7736
commit 63f4b01c8d
14 changed files with 465 additions and 1 deletions

12
.editorconfig Normal file
View file

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