From 69922970b316a577a5c6aa88f54d532b05e039ff Mon Sep 17 00:00:00 2001 From: xiantang Date: Mon, 23 Oct 2023 15:27:49 +0800 Subject: [PATCH] rollback editorconfig --- .editorconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2abcb5f4..9ffa2e99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,8 @@ +root = true + [Makefile] indent_style = tab [*.go] indent_style = tab indent_size = 4 - -[go.{mod,sum}] -indent_style = tab -indent_size = 4