From 2e683211fb1b2a451843444790cd2f6df5b0b6c6 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Mon, 28 Feb 2022 23:31:04 +0100 Subject: Dodat test projekat.Povezan front i back. --- sandbox/TestAppOgnjen/FrontEnd/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sandbox/TestAppOgnjen/FrontEnd/.editorconfig (limited to 'sandbox/TestAppOgnjen/FrontEnd/.editorconfig') diff --git a/sandbox/TestAppOgnjen/FrontEnd/.editorconfig b/sandbox/TestAppOgnjen/FrontEnd/.editorconfig new file mode 100644 index 00000000..59d9a3a3 --- /dev/null +++ b/sandbox/TestAppOgnjen/FrontEnd/.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