rustlings/.editorconfig

8 lines
102 B
INI
Raw Normal View History

2019-11-11 11:12:11 -05:00
root = true
[*.rs]
end_of_line = lf
2022-07-20 18:23:31 -04:00
insert_final_newline = true
2019-11-11 11:12:11 -05:00
indent_style = space
indent_size = 4