diff options
author | 2020-05-27 15:58:08 +0530 | |
---|---|---|
committer | 2020-05-27 15:59:13 +0530 | |
commit | 898021ecd9d3d49d652bf1210ee0712783476b42 (patch) | |
tree | 28186eb502290a52c9aa50bb2db6e97182c18c1d /ecomp-sdk/epsdk-app-os/ngapp/.editorconfig | |
parent | 273ccf87b2609ed82fe681e2211fc402f799307f (diff) |
Removed ngapp and old sql scripts
Removed ngapp and old sql scripts
Issue-ID: PORTAL-912
Change-Id: If3035559a21aebbe4f218e2d7dc63453775e00c2
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/ngapp/.editorconfig')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/ngapp/.editorconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngapp/.editorconfig b/ecomp-sdk/epsdk-app-os/ngapp/.editorconfig deleted file mode 100644 index 9b735217..00000000 --- a/ecomp-sdk/epsdk-app-os/ngapp/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# Editor configuration, see http://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 4 -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -max_line_length = off -trim_trailing_whitespace = false |