From 1515595ee5302e3380a65a7c7cace0905e2a38f1 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Wed, 18 Dec 2019 22:32:06 +0530 Subject: Added portal-FE-os project Added portal-FE-os project and included layout components which is having header,footer,global-serach,header-menu,search-users,sidebar,tabbar,userbar components. Removed layout components from portal-FE-common Issue-ID: PORTAL-795 Change-Id: I5764a851ef3b1ba701117759dac38909f129aabd Signed-off-by: Sudarshan Kumar --- portal-FE-os/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 portal-FE-os/.editorconfig (limited to 'portal-FE-os/.editorconfig') diff --git a/portal-FE-os/.editorconfig b/portal-FE-os/.editorconfig new file mode 100644 index 00000000..e89330a6 --- /dev/null +++ b/portal-FE-os/.editorconfig @@ -0,0 +1,13 @@ +# Editor configuration, see https://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +max_line_length = off +trim_trailing_whitespace = false -- cgit 1.2.3-korg