summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 5a09788d9af3d4fc8f410976cddf76babf1965d2 (plain)
1
2
3
4
5
6
[*]
indent_style = space
indent_size = 4

[*.rs]
max_line_length = 80