jj/.editorconfig

10 lines
111 B
INI
Raw Normal View History

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