From 7ed5bf8cbe06bf2cfc4980cf6e020dc46dd71a79 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 28 Nov 2020 19:29:46 +0100 Subject: [PATCH] Fix .editorconfig (#13735) These whitespaces introduced in #13698 seem to break my editorconfig plugin in sublime text resulting in tab-indented files getting converted to spaces on save. Co-authored-by: Lunny Xiao Co-authored-by: Lauris BH --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bd21b2683..54738e883 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{go, tmpl, html}] +[*.{go,tmpl,html}] indent_style = tab [Makefile]