Minor 'NitPick' 😄
All of the exercise files and README's are stored in Git with LF line endings. When you use the exercism program to fetch them to windows they come down without modification. For those of us on Windows who keep track of their completed exercises using Git, we need to edit the fetched files and convert the line endings to CRLF before adding the files to Git.
It would be nice if Exercism respected the line endings of the user's OS and converted the files accordingly.
Minor 'NitPick' 😄
All of the exercise files and README's are stored in Git with LF line endings. When you use the exercism program to fetch them to windows they come down without modification. For those of us on Windows who keep track of their completed exercises using Git, we need to edit the fetched files and convert the line endings to CRLF before adding the files to Git.
It would be nice if Exercism respected the line endings of the user's OS and converted the files accordingly.