From 84d32fdd89f5eab4e57f7d975787f2083ff8b52d Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Sun, 5 Oct 2025 19:06:34 +0000 Subject: [PATCH] Add .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4d44c62 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +# Tab indentation +[*.go] +indent_style = tab +indent_size = 4 \ No newline at end of file