fredhopper / hybris-connector

Fredhopper / Hybris connector
Apache License 2.0
5 stars 7 forks source link

Change line endings to be uniform accros all files #9

Closed zeridon closed 7 years ago

zeridon commented 7 years ago

Git prefers to have line endings stored as UNIX (LF only) and not as DOS. Additionally it provides mechanism to convert them on the fly (see: https://stackoverflow.com/questions/10418975/how-to-change-line-ending-settings#10419350)

PR #8 is open for this

zeridon commented 7 years ago

8 merged