1 2 3 4 5 6 7 8 9
# Keep line endings consistent across platforms. * text=auto eol=lf # Windows scripts genuinely need CRLF. *.bat text eol=crlf *.cmd text eol=crlf # Killer rule files are plain text. *.klr text