This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/.editorconfig

8 lines
102 B
INI
Raw Permalink Normal View History

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