From a0c76e155d4b54573cc25af5a65a3c78a10fefb2 Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Mon, 28 Feb 2022 19:46:47 +0100 Subject: Dodao frontend ponovo posto ga je git prepoznao kao pod-repozitorijum i nije pushovao fajlove. --- sandbox/test-projekat-danijel/frontend/.editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sandbox/test-projekat-danijel/frontend/.editorconfig (limited to 'sandbox/test-projekat-danijel/frontend/.editorconfig') diff --git a/sandbox/test-projekat-danijel/frontend/.editorconfig b/sandbox/test-projekat-danijel/frontend/.editorconfig new file mode 100644 index 00000000..59d9a3a3 --- /dev/null +++ b/sandbox/test-projekat-danijel/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