Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 154 Bytes

.editorconfig

File metadata and controls

13 lines (10 loc) · 154 Bytes
root = true [*] end_of_line = lf insert_final_newline = true [*.toml] indent_style = space indent_size = 2 [*.rs] indent_style = space indent_size = 4