enterprise/.editorconfig
2020-04-18 18:05:31 -05:00

7 lines
137 B
INI

[*.rs]
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4