chore(react): add editorconfig for .tsx

This commit is contained in:
Elian Doran 2025-08-23 22:02:41 +03:00
parent bc4378cb3e
commit 17cd2128fd
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
root = true
[*.{js,ts}]
[*.{js,ts,.tsx}]
charset = utf-8
end_of_line = lf
indent_size = 4