aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestAppOgnjen/FrontEnd/.editorconfig
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-03-02 23:38:27 +0100
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-03-02 23:38:27 +0100
commitdce4e644d5e5d9c97ff5ac337448b52f2a2a64fd (patch)
treeffdb31f43958e8c557647a4bd61914d6d13486e4 /sandbox/TestAppOgnjen/FrontEnd/.editorconfig
parent9826a8079ffcd1d849a8a8821696d51691606133 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Tamara
# Conflicts: # .gitignore
Diffstat (limited to 'sandbox/TestAppOgnjen/FrontEnd/.editorconfig')
-rw-r--r--sandbox/TestAppOgnjen/FrontEnd/.editorconfig16
1 files changed, 16 insertions, 0 deletions
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