enterprise/.editorconfig
2020-02-17 01:46:03 -06: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