summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-05-24 15:56:35 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-05-24 15:56:35 +0200
commit82bb7a07c60db77baef661f1d859c38e7861b004 (patch)
tree9f3219d7a6e41836311c52f2cf16b58efe0faab0 /.editorconfig
downloadmihna123-82bb7a07c60db77baef661f1d859c38e7861b004.tar.gz
mihna123-82bb7a07c60db77baef661f1d859c38e7861b004.zip
Initial commit
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..18616d3
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+charset = utf-8