From 17cd2128fd87a596e91f728136814a45bd8a33a9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 23 Aug 2025 22:02:41 +0300 Subject: [PATCH] chore(react): add editorconfig for .tsx --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c965ea8c0..cd301498e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{js,ts}] +[*.{js,ts,.tsx}] charset = utf-8 end_of_line = lf indent_size = 4