From 4d5e4ae989f082d781dd4193f26c9bfe8c509e65 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 30 Apr 2026 13:06:46 -0400 Subject: [PATCH] chore: fix editorconfig --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1a695a998a..f4db6aadd2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,5 @@ root = true end_of_line = lf insert_final_newline = true indent_style = tab -indent_size = 2 charset = utf-8 trim_trailing_whitespace = true