dspace-angular
dspace-angular copied to clipboard
Force all code to use LF line endings in .gitattibutes
References
- Fixes #1796
Description
This PR updates our .gitattributes to force code to use LF line endings. Most of these updates were borrowed directly from angular-cli: https://github.com/angular/angular-cli/blob/main/.gitattributes
After applying those changes, I re-normalized all files to force LF line endings per .gitattributes instructions here: https://git-scm.com/docs/gitattributes#_end_of_line_conversion
This automatic re-normalization resulted in the update of 3 files (which is the majority of this PR). These files have just had line ending updates.
Instructions for Reviewers
- Pull down this PR & verify code
- Run a quick test that the UI still starts locally. It should...I've tested it on Windows using both
yarn startandyarn start:dev