mirror of
https://codeberg.org/listyantidewi/your-everyday-tools.git
synced 2026-07-01 23:17:37 +08:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
* text=auto
|
|
|
|
# Shell scripts must have LF line endings, even on Windows checkouts.
|
|
*.sh text eol=lf
|
|
*.command text eol=lf
|
|
|
|
# Batch files are Windows-only.
|
|
*.bat text eol=crlf
|