aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/.editorconfig
diff options
context:
space:
mode:
authorNevena Bojovic <nenabojov@gmail.com>2022-03-01 22:14:46 +0100
committerNevena Bojovic <nenabojov@gmail.com>2022-03-01 22:14:46 +0100
commit78a7ef39c7aab82470e03f1e6a421e433438c6cf (patch)
tree5fa4ca246320585644cf67b3d92cfb914d8b11e0 /sandbox/testAppNevena/Front/.editorconfig
parent6555fb80fdd8f6a5d201efadec3189d1244830a0 (diff)
Dodat projekat.
Diffstat (limited to 'sandbox/testAppNevena/Front/.editorconfig')
-rw-r--r--sandbox/testAppNevena/Front/.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/.editorconfig b/sandbox/testAppNevena/Front/.editorconfig
new file mode 100644
index 00000000..59d9a3a3
--- /dev/null
+++ b/sandbox/testAppNevena/Front/.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