linefix is a CLI tool and Node.js library for normalizing line endings in text files. It consistently converts line breaks to either LF (Unix-style) or CRLF (Windows-style), ensuring cross-platform compatibility and preventing potential Git issues caused by inconsistent line endings. Use it to clean your project's files or integrate it into your build process for automatic line ending enforcement. Perfect for projects collaborating accross different operating systems.