From 0d0f74a131576556bdc155a7913c01e41467b400 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 25 Feb 2023 08:33:51 +0530 Subject: [PATCH] Note that we use tabs for indent in *.go files in editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a2e66faf7..b80fdccd2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ indent_size = 4 end_of_line = lf trim_trailing_whitespace = true -[{Makefile,*.terminfo}] +[{Makefile,*.terminfo,*.go}] indent_style = tab # Autogenerated files with tabs below this line.