Browse Source

Introduce common .gitattributes file

Closes gh-23376
pull/23753/head
Sam Brannen 5 years ago
parent
commit
972337e8f9
  1. 5
      .gitattributes
  2. 1
      spring-web/src/test/resources/org/springframework/http/codec/multipart/.gitattributes

5
.gitattributes vendored

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Normalize line endings to LF.
* text eol=lf
# Ensure that line endings for multipart files in spring-web are not modified.
*.multipart -text

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

@ -1 +0,0 @@ @@ -1 +0,0 @@
*.multipart -text
Loading…
Cancel
Save