Files
metal/.editorconfig
2026-03-05 06:59:04 +01:00

13 lines
128 B
INI

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