chore: Add .editorconfig file

This commit is contained in:
marisa 2019-11-11 17:12:11 +01:00
parent 88ec6f6b16
commit 9a9007abae
1 changed files with 7 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*.rs]
end_of_line = lf
insert_final_newfile = true
indent_style = space
indent_size = 4