add backend .editorconfig that complies with the rust style guide

This commit is contained in:
s1idewhist1e 2023-05-03 18:26:52 -07:00
parent e3ab697e66
commit c8b7584fee
No known key found for this signature in database
GPG key ID: 9CC756BB9B325062

View file

@ -0,0 +1,4 @@
[*.rs]
indent_style = space
indent_size = 4