mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
8 lines
166 B
Text
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
|