fix editorconfig and downgrade react player back to lazy

This commit is contained in:
Kendall Garner 2025-05-28 21:57:47 -07:00
parent 608b322f9e
commit b6941df7a7
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true