From 420f0917be5794a6aa5dad9ea9006d7ac38d2c58 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Mar 2026 19:57:08 +0200 Subject: [PATCH] chore: formatting for CJS files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e54c763817..ff05c2e04e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{js,ts,tsx,css}] +[*.{js,cjs,ts,tsx,css}] charset = utf-8 end_of_line = lf indent_size = 4