diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2018-12-14 23:03:55 +0530 |
---|---|---|
committer | Arundathi Patil <arundpil@in.ibm.com> | 2018-12-19 16:33:17 +0000 |
commit | 3d0268540bcf9bb99c7f55bb56e3c10827f05a90 (patch) | |
tree | 849643cee91539aef0d347384ea708b4951e9119 /cds-ui/client/.editorconfig | |
parent | 42a572502cd85106eee27cfe176f2e619800f215 (diff) |
Seed project for ccsdk-cds GUI
Added seed project for ccsdk-cds GUI. Implemented in angular 7.1.0 and
created using angular cli 7.1.0
Issue-ID: CCSDK-816
Change-Id: Ia8690902f7c31a3eae6ba78bc91c8ed3dd500ff0
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/.editorconfig')
-rw-r--r-- | cds-ui/client/.editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cds-ui/client/.editorconfig b/cds-ui/client/.editorconfig new file mode 100644 index 000000000..e89330a61 --- /dev/null +++ b/cds-ui/client/.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 |