From 32a04e366519825df692eb681d97e23221303e2a Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 16 Aug 2024 15:42:05 -0800 Subject: [PATCH 1/3] chore: update editorconfig with new tabs default --- site/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.editorconfig b/site/.editorconfig index 2d95ff0f265a2..7561acddf7445 100644 --- a/site/.editorconfig +++ b/site/.editorconfig @@ -2,7 +2,7 @@ indent_style = space indent_size = 2 -[*.go] +[*.{go,tsx,ts}] indent_style = tab indent_size = unset From 4662137946911c1f1e4c54af24b9239f4487358f Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 19 Aug 2024 10:36:38 -0800 Subject: [PATCH 2/3] Change default --- site/.editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/.editorconfig b/site/.editorconfig index 7561acddf7445..d58071ad2a975 100644 --- a/site/.editorconfig +++ b/site/.editorconfig @@ -1,10 +1,6 @@ [*] -indent_style = space -indent_size = 2 - -[*.{go,tsx,ts}] indent_style = tab -indent_size = unset +indent_size = 2 [node_modules/**] ignore = true From e595808aae47a843c1648760728320fa7e64edf5 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 19 Aug 2024 11:17:33 -0800 Subject: [PATCH 3/3] Unset indent_size --- site/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.editorconfig b/site/.editorconfig index d58071ad2a975..7b0d94cc1c791 100644 --- a/site/.editorconfig +++ b/site/.editorconfig @@ -1,6 +1,6 @@ [*] indent_style = tab -indent_size = 2 +indent_size = unset [node_modules/**] ignore = true