Add editorconfig file. (#766)

Makes it easy for everyone to use the preferred settings.

https://editorconfig.org/
This commit is contained in:
Kevin Cox
2022-05-18 09:07:38 -04:00
committed by GitHub
parent 961364cc29
commit 1e2279457e

8
.editorconfig Normal file
View File

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