chickensoft-games / GameDemo

The Chickensoft Game Demo — a fully tested, third-person 3D game built with Godot and C#. Now with saving and loading!
https://chickensoft.games
MIT License
337 stars 23 forks source link

chore: use LF as default EOL for compatibility on Windows #18

Closed wlsnmrk closed 4 months ago

wlsnmrk commented 4 months ago

When working on Windows, editors will often default to CRLF as the end-of-line. Although .editorconfig overrides this for shell scripts, it doesn't for other file types. This change sets LF as the default end-of-line to maximize compatibility of edits made on Windows machines.