Files
gosleep/.editorconfig
T
forust edd77bdcf1
ci / rust (push) Successful in 53s
ci / lint-yaml (push) Successful in 5s
release / linux-amd64 (push) Failing after 31s
chore: prepare production rust release
2026-07-03 15:47:46 +02:00

16 lines
202 B
INI

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