Closed marcjansen closed 10 years ago
A hint for reviewers: If you add ?w=1
to the 'files changed' view, You'll see that this only affects whitespace except for the new file:
Use this URL: https://github.com/terrestris/shogun/pull/56/files?w=1
Seems to be all good on a windows machines. Thanks @marcjansen !
Cheerio, Mrs Sophie! :wink:
This changes the line endings of a bunch of files. All text-files now end with line feed (the unix-variant). Additionally we also add a
.gitattributes
file which tells git to use an appropriate line ending on checkout and writing back to the repository, regardless of the operating system.Please review.
/cc @chrismayer It'd be extra nice if you could do one test of this, as I know that you sometimes work from a windows machine.