mirror of https://github.com/sunface/rust-course
8 lines
102 B
8 lines
102 B
3 years ago
|
root = true
|
||
|
|
||
|
[*.rs]
|
||
|
end_of_line = lf
|
||
|
insert_final_newfile = true
|
||
|
indent_style = space
|
||
|
indent_size = 4
|