NSPManager / NSPanelManager

Sonoff NSPanel custom firmware for responsive and intuitive use
https://discord.gg/RwXvAH56fE
153 stars 11 forks source link

Added .gitattributes to override Windows line endings (issue #55) #56

Closed emmaly closed 1 year ago

emmaly commented 1 year ago

Added .gitattributes file to override Windows line endings. This is to resolve issue #55.

How this works is that it takes all text files and auto converts the line endings to LF upon commit, but it does NOT convert away from LF, even on Windows.

See Issue #55 for details on the issue at hand.

tpanajott commented 1 year ago

This was the solution I too was going to have a look at but it seems you managed to get there before me. Great work, and thanks for the PR. Also, congratulations on the first PR for this project!