opentk / GLControl

WinForms control for OpenTK 4.x.
https://opentk.net
Other
54 stars 24 forks source link

Normalized line endings #23

Closed NogginBops closed 2 years ago

NogginBops commented 2 years ago

There where are few files that where committed with crlf line endings, while some where committed with normalization. This PR fixes this so that all files are added as if the config core.autocrlf=true was set.

NogginBops commented 2 years ago

This type of fix is always painful for outstainding PRs and git (blame) history. But it's better to just bite the bullet and fix the problem now rather than later. So I'm just going to merge this right away.