-
gluca
hi! after cloning the repository I noticed that two files show up as modified immediatly in git status, and restoring them does not work. I believe what happens is both files are committed into the repo with CRLF endings, while .gitattributes enforces LF. the files are `crates/install_cli/src/install_cli_binary.rs` and `crates/multi_buffer/src/transaction.rs`. and also, running `git ls-files --eol` shows `i/crlf w/crlf attr/text eol=lf` and my `core.autocrlf` is set to false.
-
gluca
if this is an issue, I'm happy to contribute a PR myself to normalize both files.
-
krig
Hi! That would be great yeah!
👍 1