MrEliptik / godot_twitch_games

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

line break convention #74

Closed Drathal closed 1 year ago

Drathal commented 1 year 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 1 year 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 1 year 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