Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 972337e

Browse files
committed
Introduce common .gitattributes file
Closes spring-projectsgh-23376
1 parent 6fd50d7 commit 972337e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Normalize line endings to LF.
2+
* text eol=lf
3+
4+
# Ensure that line endings for multipart files in spring-web are not modified.
5+
*.multipart -text

spring-web/src/test/resources/org/springframework/http/codec/multipart/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)