From 50f0b33af356c78fdcdc76e7ace67242cde7a38d Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 19 Mar 2026 17:03:31 +0300 Subject: [PATCH] add html tab size --- home/user/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.editorconfig b/home/user/.editorconfig index a2ce999..4c5a3fc 100644 --- a/home/user/.editorconfig +++ b/home/user/.editorconfig @@ -21,7 +21,7 @@ tab_width = 4 [*.go] indent_style = tab -[*.{tsx,css}] +[*.{tsx,css,html}] indent_style = space indent_size = 2 tab_width = 2