From 3d113f41cacc9e1f04e453d04fcab6af6a72fbf4 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Fri, 23 Jan 2026 19:49:07 +0100 Subject: add .editorconfig also indent .go.tmpl using tabs --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c889c2d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*.{go,go.tmpl}] +indent_style = tab +charset = utf-8 +end_of_line = lf +insert_final_newline = true -- cgit v1.2.3