From aba4ab8737f5f7ffbe2ea795738ca5eb78dcfb4d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 31 Mar 2026 06:54:00 -0400 Subject: [PATCH] chore: fix editorconfig (#18033) I don't know why exactly, but VS Code suddenly started paying attention to this line. An indent size of 2 inside an IDE is for masochists and barbarians. If that's your preference then that's up to you but there's certainly no reason to impose it on everyone who clones this repo. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2f52d9993f..900cdf7cdc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,6 @@ root = true end_of_line = lf insert_final_newline = true indent_style = tab -indent_size = 2 charset = utf-8 trim_trailing_whitespace = true