tsx nvim config

This commit is contained in:
thek4n 2025-03-05 23:45:43 +03:00
parent bf01e401d2
commit b41fe49004

View File

@ -19,4 +19,9 @@ indent_size = tab
tab_width = 4
[*.go]
indent_style = tab
indent_style = tab
[*.tsx]
indent_style = space
indent_size = 2
tab_width = 2