From c370ac0609676a2f0a8cdff2f0af7b43c6cfac81 Mon Sep 17 00:00:00 2001 From: RHQYZ Date: Sun, 2 Mar 2025 23:11:38 +0800 Subject: [PATCH] chore: config editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0758a0a7..f0b25219 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ indent_size = 2 indent_style = space trim_trailing_whitespace = true insert_final_newline = true + +[*.go] +indent_size = 2 +indent_style = tab