JackD83 / PyMenu

Menu for the PAP KIII Plus written in python and pygame
GNU General Public License v3.0
34 stars 9 forks source link

Feature/fix lineendings #5

Closed stuaxo closed 5 years ago

stuaxo commented 5 years ago

Hi, This fixes all the line endings to LF instead of CRLF making it easier to collaborate with people not running windows.

This adds a .gitattributes to fix them on commit so this happens automatically on commit.

Further info https://help.github.com/articles/dealing-with-line-endings/

And google about autocrlf