From 3f6243108538d9e5b5ace3e2d2754b74d4f93272 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Thu, 28 Sep 2023 10:53:18 +0200 Subject: [PATCH] style: reformatted golang code --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fe40bce --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true +charset = utf-8