1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-12 13:16:08 +02:00
rustlings/.editorconfig

8 lines
102 B
INI
Raw Permalink Normal View History

2019-11-11 17:12:11 +01:00
root = true
[*.rs]
end_of_line = lf
2022-07-21 00:23:31 +02:00
insert_final_newline = true
2019-11-11 17:12:11 +01:00
indent_style = space
indent_size = 4