EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
625 stars 88 forks source link

Unify line endings to LF #674

Closed jpalus closed 3 years ago

jpalus commented 3 years ago

different files used different convention -- some used LF, some used CRLF and some used mix of LF and CRLF:

$ git ls-files | ag -v '(png|dll)$' | xargs file -b | sort | uniq -c 4 ASCII text 3 ASCII text, with CRLF line terminators 1 ASCII text, with very long lines 15 C source, ASCII text 2 C source, ASCII text, with CRLF, LF line terminators 6 C source, ASCII text, with CRLF line terminators 1 C source, ASCII text, with very long lines, with CRLF, LF line terminators 1 C source, ASCII text, with very long lines, with CRLF line terminators 1 makefile script, ASCII text 1 makefile script, ASCII text, with very long lines 1 makefile script, ASCII text, with very long lines, with CRLF line terminators 1 UTF-8 Unicode text