OpenShot / libopenshot-audio

OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library.
http://www.openshot.org
GNU General Public License v3.0
251 stars 98 forks source link

Normalize repo to LF (Unix) line endings, enforce #117

Closed ferdnyc closed 3 years ago

ferdnyc commented 3 years ago

Like OpenShot/libopenshot#654, this PR adds a top-level .gitattributes file to the repo that configures Git to enforce LF line endings on all repo contents, and manage conversions automatically as necessary.

It also renormalizes all existing CRLF files to be LF, which as it turns out means the entire JuceLibraryCode source tree gets converted. (Oops.)