This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 Windows line endings break parsing of .gitignore #4556
Labels
A-Project
Area: project configuration and loading
S-Bug: confirmed
Status: report has been confirmed as a valid bug
On windows the CRLF line endings break parsing of the .gitignore files. This doesn't throw any error since a .git folder and an ignore file exist, its just that its contents arent parsed correctly.
I think this might be the relevant code snippet (
rome/tools/crates/rome_cli/src/vcs.rs
):If you want I can create a pull request?
The text was updated successfully, but these errors were encountered: