summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 89cf181dc836cebac0e5a424ed3017e189a6c24a (plain)
1
2
3
4
5
6
7
root = true

[*.rs]
end_of_line = lf
insert_final_newfile = true
indent_style = space
indent_size = 4