From 9826a8079ffcd1d849a8a8821696d51691606133 Mon Sep 17 00:00:00 2001 From: TAMARA JERINIC Date: Wed, 2 Mar 2022 23:30:12 +0100 Subject: Dodata test aplikacija --- sandbox/TestTamara/FRONT/Ski/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sandbox/TestTamara/FRONT/Ski/.editorconfig (limited to 'sandbox/TestTamara/FRONT/Ski/.editorconfig') diff --git a/sandbox/TestTamara/FRONT/Ski/.editorconfig b/sandbox/TestTamara/FRONT/Ski/.editorconfig new file mode 100644 index 00000000..59d9a3a3 --- /dev/null +++ b/sandbox/TestTamara/FRONT/Ski/.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 v1.2.3