chore: Add .editorconfig file
This commit is contained in:
parent
88ec6f6b16
commit
9a9007abae
7
.editorconfig
Normal file
7
.editorconfig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newfile = true
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
Loading…
Reference in a new issue