From ae7b31f343ddcc958c0cb30c7557b0afa80a5cb4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 7 Dec 2025 00:35:28 +0200 Subject: [PATCH] chore(dx): trim trailing whitespace in CSS --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index cebb2ba58..e54c76381 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{js,ts,tsx}] +[*.{js,ts,tsx,css}] charset = utf-8 end_of_line = lf indent_size = 4