From db26b5b8e01a621417e08a7609f4216b6768ad43 Mon Sep 17 00:00:00 2001 From: binarycat Date: Wed, 11 Mar 2026 18:07:27 -0500 Subject: [PATCH] editorconfig: css uses tabs --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6c8560aa1f54..d2d788d2172f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 +[*.css] +indent_style = tab + # some tests need trailing whitespace in output snapshots [tests/**] trim_trailing_whitespace = false