aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestAppOgnjen/FrontEnd/.editorconfig
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-01 20:23:36 +0000
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-01 20:23:36 +0000
commit7d3640f824f46490b47bd95f1c5a16644f712068 (patch)
treedef8f858e3ff859586c7f3cbf6bb88684fd22c02 /sandbox/TestAppOgnjen/FrontEnd/.editorconfig
parent61cb1570a3410c85a4489b97c172e3a50715f36c (diff)
parent8a72f0631b812bebc38d52290e98fadb01ac3204 (diff)
Merge branch 'testAppOgnjen' into 'dev'
Test app ognjen See merge request igrannonica/neuronstellar!4
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