thunder-app / thunder

Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
https://thunderapp.dev
GNU Affero General Public License v3.0
784 stars 68 forks source link

Code audit: Convert CRLF to LF #1146

Open Fmstrat opened 8 months ago

Fmstrat commented 8 months ago

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

hjiangsu commented 8 months ago

Thanks for the report and nice catch!