1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-27 00:41:21 +02:00

fix: Fix typo in .editorconfig

This commit is contained in:
Edwin Chang
2022-07-20 18:23:31 -04:00
parent fb7dac75a7
commit f34d390bba

View File

@ -2,6 +2,6 @@ root = true
[*.rs]
end_of_line = lf
insert_final_newfile = true
insert_final_newline = true
indent_style = space
indent_size = 4