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