thunder-app/thunder

Code audit: Convert CRLF to LF

Opened this issue · 1 comments

Bug Description

Some of the development files are using CRLF (^M) instead of LF, which can wreak havoc on diffs if someone's editor swaps them.

At a point where there aren't many outstanding PRs, I would recommend doing a full conversion Ala dos2unix on the whole repo. Doing it mid PR will cause any contributor's diffs to get real confusing ;)

Expected Behaviour

Consistent line feeds

Steps to Reproduce

n/a

Additional Context

No response

App Version

No response

Device

n/a

OS

n/a

Thanks for the report and nice catch!