13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# 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.
|
|
*.bat text eol=crlf
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.html text eol=lf
|
|
*.css text eol=lf
|