add .editorconfig file (#2497)

* chore: add .editorconfig file

* feat: add root config to .editorconfig

Co-authored-by: Johannes Agricola <naseschwarz@users.noreply.github.com>

---------

Co-authored-by: Johannes Agricola <naseschwarz@users.noreply.github.com>
This commit is contained in:
Fatpandac 2025-03-16 23:27:31 +09:00 committed by GitHub
parent 35b2529c52
commit 1f3bd0ff70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.editorconfig Normal file
View file

@ -0,0 +1,3 @@
root = true
[*.rs]
indent_style = tab