Introduce common .gitattributes file
Closes gh-23376
This commit is contained in:
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal 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
|
||||
@@ -1 +0,0 @@
|
||||
*.multipart -text
|
||||
Reference in New Issue
Block a user