hello-world.rs/.editorconfig
2021-08-14 12:19:27 +05:30

13 lines
176 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[Makefile]
indent_style = tab
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2