From 63ba3baea18c366077c12fa7c9803d58da08ffc9 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Tue, 18 May 2021 13:43:35 +0200 Subject: [PATCH] chore: add EditorConfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1d66b07 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true + +[{go.mod,go.sum,*.go}] +indent_style = tab +indent_size = 4 +