Files
metal/.editorconfig
T
Dreaded_X f1bee4a259 feat: Rewrote render tool in rust
This also came with a big rework of the configuration format that should
make everything a bit less hacky to work with.
2026-04-01 06:54:39 +02:00

9 lines
83 B
INI

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