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