From fa59b30cfb0bf431ab61ef117182f7909c2d283a Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 19 Aug 2024 11:40:58 -0800 Subject: [PATCH] chore: update editorconfig with new tabs default (#14335) --- site/.editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/.editorconfig b/site/.editorconfig index 2d95ff0f26..7b0d94cc1c 100644 --- a/site/.editorconfig +++ b/site/.editorconfig @@ -1,8 +1,4 @@ [*] -indent_style = space -indent_size = 2 - -[*.go] indent_style = tab indent_size = unset