Upgrade ng2-activiti-processlist/demo

This commit is contained in:
Denys Vuika
2016-09-23 14:26:25 +01:00
parent dd2d41db2c
commit 5dc3d6495f
4 changed files with 123 additions and 112 deletions

View File

@@ -1,10 +1,19 @@
# http://editorconfig.org
root = true
[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false