Initial commit.
Adding files needed for Linux Foundation.
Change-Id: I9f2b4851a5ae01f83800c7f8bab8608a2221c730
Issue-ID: SDC-1608
Signed-off-by: Israel Lavi <il0695@att.com>
diff --git a/.editorconfig b/.editorconfig
index 5ba69e2..6e87a00 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,18 +1,13 @@
-# EditorConfig is awesome: http://EditorConfig.org
-
-# top-most EditorConfig file
+# Editor configuration, see http://editorconfig.org
root = true
-# Unix-style newlines with a newline ending every file
[*]
-end_of_line = lf
charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-
-# tab indentation
-[framework/**.js]
-[framework/**.jsx]
-[resources/**.scss]
indent_style = space
-indent_size = 4
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false