From 935058b648d6db9195ac9e3fee57f51a2c553213 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 21 Mar 2025 11:44:48 +0100 Subject: [PATCH] Cover `go.mod` and `go.sum` in `.editorconfig` --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e23e4cd649a42..13aa8d50f015b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ insert_final_newline = true [*.{go,tmpl,html}] indent_style = tab +[go.*] +indent_style = tab + [templates/custom/*.tmpl] insert_final_newline = false