Introduce common .gitattributes file

Closes gh-23376
This commit is contained in:
Sam Brannen
2019-10-02 15:22:39 +02:00
parent 6fd50d7d17
commit 972337e8f9
2 changed files with 5 additions and 1 deletions

5
.gitattributes vendored Normal file
View File

@@ -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