first step of gruntifying/nodifying/bowerifying the whole thing

This commit is contained in:
Manuel Friedli 2015-01-12 18:49:30 +01:00
parent 589751be5f
commit 018367f1ce
20 changed files with 201 additions and 20 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# 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
[*.md]
trim_trailing_whitespace = false