Fixing gitattributes and line endings

This commit is contained in:
Marcin Grzejszczak
2021-07-27 13:47:45 +02:00
parent 362ed7420e
commit 1aaf0a8a26
3 changed files with 647 additions and 631 deletions

16
.gitattributes vendored Normal file
View File

@@ -0,0 +1,16 @@
# 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