add html tab size

This commit is contained in:
thek4n 2026-03-19 17:03:31 +03:00
parent 160c06c661
commit 50f0b33af3

View File

@ -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