chore: add editorconfig

This commit is contained in:
Price Hiller 2023-08-29 16:57:25 -05:00
parent d89ebf1014
commit e04dc06ec4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
[*]
charset = utf-8
insert_final_newline = false
end_of_line = lf
indent_style = space
[*.rs]
max_line_length = 99
[*.md]
max_line_length = 120