From 4bd0b39b5ff5b659fe83e8a1093d1cd00bf02e96 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Fri, 21 Aug 2026 19:17:51 +0200 Subject: add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig 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 -- cgit v1.3.1