DefiHackathon-2022/contracts/counter/.editorconfig
2022-03-26 16:36:38 -04:00

11 lines
154 B
INI

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