mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 01:37:25 +00:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
# Normalise text files to LF across platforms.
|
|
* text=auto eol=lf
|
|
|
|
# Keep Windows command scripts in CRLF for compatibility.
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|