You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
314 B
12 lines
314 B
# Auto detect text files and perform end-of-line normalization (to LF)
|
|
* text=auto
|
|
|
|
# These Windows files should have CRLF line endings in checkout
|
|
*.bat text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
|
|
# Never perform LF normalization on these files
|
|
*.ico binary
|
|
*.jar binary
|
|
*.png binary
|
|
*.zip binary
|
|
|