The following files still use CRLF instead of LF:
public/fonts/app/Minion-Pro.ttf
src/App/assets/fonts/Minion-Pro.ttf
src/App/assets/js/components/_avatar.js
src/App/assets/js/components/_contact.js
src/App/assets/js/components/_profile.js
src/App/assets/scss/components/_contact.scss
src/App/assets/scss/components/_general.scss
src/App/assets/scss/components/_pages.scss
src/App/assets/scss/components/_profile.scss
src/App/assets/scss/components/_user.scss
Long story short:
I cloned the repo and saw the above files showing up as modified.
Thanks to the new .gitattributes file, when we clone a project, all files using CRLF line ending are converted to LF.
The following files still use
CRLFinstead ofLF:Long story short:
I cloned the repo and saw the above files showing up as modified.
Thanks to the new .gitattributes file, when we clone a project, all files using
CRLFline ending are converted toLF.