From 018874f0602e16474b2ecb82175e3604812a0662 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 7 Mar 2025 09:55:43 +0300 Subject: [PATCH] editorconfig --- home/user/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.editorconfig b/home/user/.editorconfig index 2b2c7d7..03600ae 100644 --- a/home/user/.editorconfig +++ b/home/user/.editorconfig @@ -21,7 +21,7 @@ tab_width = 4 [*.go] indent_style = tab -[*.tsx] +[*.{tsx,css}] indent_style = space indent_size = 2 tab_width = 2