# Check every text file out with LF on all three platforms.
#
# This is not a style preference. `skills/rozi/SKILL.md` is `include_str!`d into the binary, printed
# verbatim by `rozi --skill`, and written back out by `rozi skill install`, so a CRLF checkout on
# Windows would ship a different contract document than Linux and macOS do - and any agent parsing
# it would see stray carriage returns. The same reasoning covers the shell integration scripts
# embedded by `src/platform/shell_integration.rs` and the config and profile fixtures the tests read
# back byte for byte.
#
# Nothing here needs CRLF: there are no .bat or .cmd files, and PowerShell is content with LF.
* text=auto eol=lf
