diff --git a/ng2-components/ng2-alfresco-upload/demo/.editorconfig b/ng2-components/ng2-alfresco-upload/demo/.editorconfig
index 8ed330c4a2..c310eb95da 100644
--- a/ng2-components/ng2-alfresco-upload/demo/.editorconfig
+++ b/ng2-components/ng2-alfresco-upload/demo/.editorconfig
@@ -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
diff --git a/ng2-components/ng2-alfresco-upload/demo/index.html b/ng2-components/ng2-alfresco-upload/demo/index.html
index 48321ca9ce..923ab8b012 100644
--- a/ng2-components/ng2-alfresco-upload/demo/index.html
+++ b/ng2-components/ng2-alfresco-upload/demo/index.html
@@ -11,17 +11,15 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+