8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare files that will always have specific line endings on checkout.
|
|
*.sh text eol=lf
|
|
cli.js text eol=lf
|
|
*.ps1 text eol=CRLF
|