editorconfig

This commit is contained in:
thek4n 2025-03-07 09:55:43 +03:00
parent b41fe49004
commit 018874f060

View File

@ -21,7 +21,7 @@ tab_width = 4
[*.go]
indent_style = tab
[*.tsx]
[*.{tsx,css}]
indent_style = space
indent_size = 2
tab_width = 2