# Windows batch files must keep CRLF endings, or cmd.exe breaks.
# -text = git stores bytes verbatim, never normalizes them.
*.bat -text
*.cmd -text
