kitodo / kitodo-ugh

Kitodo.UGH Library
2 stars 10 forks source link

Convert file line endings to unix #11

Closed henning-gerhardt closed 9 years ago

henning-gerhardt commented 9 years ago

Converting mix up and files with WINDOWS file line endings to UNIX file line ending. Pull request does not include a .gitattribute file which could handle line endings automatically.

henning-gerhardt commented 9 years ago

@sebastian-meyer @matthias-ronge @claussni @frank-ulrich-weber : Is it OK to change line endings to UNIX and later add a .gitattribute file which convert line endings automatically?

sebastian-meyer commented 9 years ago

It's a bit redundant, but it shouldn't be a problem.

claussni commented 9 years ago

That's ok. Putting .gitattributes afterwards is always a bit tricky anyway. Better to give some time for all the branches to settle on this.