Closed lprichar closed 2 years ago
Hey all, I would love to contribute to the project and think this would be a good issue to start with, I am unsure if I'll be able to solve it, but I am going to do my best to get it done. Regardless I'll be in quick communication, so if I have any troubles I won't be leaving you all in the dark.
Is there an existing issue for this?
Suggestion
The whitespace is inconsistent across files. Sometimes it uses unix style line endings and sometimes it uses Windows.
Possible Implementation
find . -type f -exec dos2unix -k -s -o {} ';'
* text=auto
, see also: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endingsAnything else?
No response