From 9beaa4e50c6c66a65fb1bd85bc603975c5b84223 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 24 Aug 2020 00:48:40 +0200 Subject: [PATCH] Change tab width go,tmpl,html to 2 (#12572) Make it easier to edit deeply nested code. I plan to convert Less to 2-space so that we have standardized indentation width in the codebase. Co-authored-by: techknowlogick --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6059fa100..82542ea86 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ trim_trailing_whitespace = false [*.{go,tmpl,html}] indent_style = tab -indent_size = 4 +indent_size = 2 [*.{less,css}] indent_style = space