From c703c4e46111f70ad4635da6de5c4474a430fe2b Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Mon, 1 Jul 2024 18:44:42 -0400 Subject: [PATCH] feat: add go to .editorignore Signed-off-by: Jason C. Nucciarone --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9ec0526..015c696 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[Makefile] +[{Makefile,go.mod,go.sum,*.go}] indent_style = tab indent_size = 4