mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
chore: Add .editorconfig file
This commit is contained in:
parent
88ec6f6b16
commit
9a9007abae
1 changed files with 7 additions and 0 deletions
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