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.
17 lines
359 B
17 lines
359 B
2 years ago
|
# Normalize line endings to LF.
|
||
|
* text eol=lf
|
||
|
|
||
|
# Ensure that line endings for multipart files in spring-web are not modified.
|
||
|
*.multipart -text
|
||
|
|
||
|
# Ensure that line endings for DOS batch files are not modified.
|
||
|
*.bat -text
|
||
|
|
||
|
# Ensure the following are treated as binary.
|
||
|
*.gif binary
|
||
|
*.jar binary
|
||
|
*.jpeg binary
|
||
|
*.jpg binary
|
||
|
*.png binary
|
||
|
*.vsd binary
|