diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 296 forks source link

change crlf to lf #393

Open bilelkh opened 3 years ago

bilelkh commented 3 years ago

git config core.autocrlf false

git rm --cached -r . # Don’t forget the dot at the end

git reset --hard