Move everything to the _old directory and add the angular-cli generated

angular app scaffold.
This commit is contained in:
Manuel Friedli 2017-11-10 17:30:09 +01:00
parent a482920f44
commit e23cb55543
87 changed files with 6849 additions and 36 deletions

View file

@ -1,13 +1,13 @@
# http://editorconfig.org
# Editor configuration, see http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false