Files
crete/.editorconfig

13 lines
128 B
INI

root = true
[*]
indent_style = tab
[*.rs]
indent_style = space
indent_size = 4
[*.yaml]
indent_style = space
indent_size = 2