Try to fix the line ending problem

... at github when using the browser for a PR.

It seems that the web interface inserts an additional CR
and doesn't stick to the LF line endings.

Not sure it helps though. It can't hurt though.
This commit is contained in:
Dirk 2023-05-23 16:12:11 +02:00
parent f71619326d
commit e6abc5fedc
1 changed files with 9 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
.*sh eol=lf
.*md eol=lf
*.html eol=lf
*.txt eol=lf
*.txt eol=lf
*.1 eol=lf
*.t eol=lf
Dockerfile* eol=lf
*.csvfile eol=lf