9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
# Set the default behavior to normalize in repo and checkout with native line endings
|
|
* text=auto
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
maven-wrapper.properties text eol=lf
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.bat text eol=crlf |