oxipng/.editorconfig
2016-07-14 11:10:10 -04:00

10 lines
123 B
INI

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