Files
pile/.editorconfig
rm-dr 82dcdbaa27
Some checks failed
CI / Build and test (all features) (push) Waiting to run
CI / Typos (push) Successful in 41s
CI / Clippy (push) Failing after 1m28s
CI / Build and test (push) Has been cancelled
Bump versions
2026-03-11 12:22:02 -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