MrEliptik / godot_twitch_games

Collection of small chat interactive games for Twitch
https://bento.me/mreliptik
MIT License
16 stars 5 forks source link

line break convention #74

Closed Drathal closed 10 months ago

Drathal commented 10 months ago

We should setup s config (could be .gitconfig) to NOT mix up line breaks.

At the moment we have mixed line breaks. This makes PR hard to read because of line that are marked as changed.

Here is one possible solution: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings

MrEliptik commented 10 months ago

I didn't realize this was a problem but you're right we should fix that. The per-repo solution inside a .gitconfig file seems to be good.

Drathal commented 10 months ago

Ticket can be closed. We have a proper .gitattributes. We had some files that where older but now all file should be handled right