Add editor config file matching rustfmt config (#184)

This commit is contained in:
CosmicHorror 2023-05-09 23:12:54 -06:00 committed by GitHub
parent f52e96e8ec
commit 9d1f97bc97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.editorconfig Normal file
View file

@ -0,0 +1,2 @@
[*.rs]
max_line_length = 80