diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-08-21 19:17:51 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-08-21 19:17:51 +0200 |
| commit | 4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96 (patch) | |
| tree | 141324736a9174c78d64ed3e44501188e5cd33b6 | |
| parent | cc72d881bcb32fb95bfe770e4ea4a9f0bb9ccf4d (diff) | |
| download | openstore-4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96.tar.gz openstore-4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96.zip | |
add .editorconfig
| -rw-r--r-- | .editorconfig | 13 |
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 |
