mtg_python_deckbuilder/.gitattributes

8 lines
166 B
Text

# Normalize line endings and enforce LF for shell scripts
* text=auto eol=lf
# Scripts
*.sh text eol=lf
# Windows-friendly: keep .bat with CRLF
*.bat text eol=crlf