Files
pile/.editorconfig
rm-dr 83af858a24
Some checks failed
CI / Typos (push) Successful in 26s
CI / Clippy (push) Failing after 1m25s
CI / Build and test (all features) (push) Failing after 3m32s
CI / Build and test (push) Has been cancelled
Bump versions
2026-03-11 11:08:58 -07:00

14 lines
191 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2