From cb8f820d73525f637b648a0f8c33157f70bbd535 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Mon, 1 Feb 2021 22:53:31 +0200 Subject: upgrade dependencies (migrate to Angular 10) --- ui/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ui/.editorconfig (limited to 'ui/.editorconfig') diff --git a/ui/.editorconfig b/ui/.editorconfig new file mode 100644 index 0000000..59d9a3a --- /dev/null +++ b/ui/.editorconfig @@ -0,0 +1,16 @@ +# 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 + +[*.ts] +quote_type = single + +[*.md] +max_line_length = off +trim_trailing_whitespace = false -- cgit