mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-12-14 20:35:42 +01:00
14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
# Recommedations from GitHub help pages
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.cmd text eol=crlf
|
|
*.txt text eol=crlf
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
|
|
# Declare files that are binary on checkout.
|
|
*.exe binary |