summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authormihna123 <mihailonvojinovic@gmail.com>2026-08-21 19:17:51 +0200
committermihna123 <mihailonvojinovic@gmail.com>2026-08-21 19:17:51 +0200
commit4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96 (patch)
tree141324736a9174c78d64ed3e44501188e5cd33b6 /.editorconfig
parentcc72d881bcb32fb95bfe770e4ea4a9f0bb9ccf4d (diff)
downloadopenstore-4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96.tar.gz
openstore-4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96.zip
add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..32f7785
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+charset = utf-8
+
+[*.go]
+indent_size = 4