Tips and tricks
How to enable LF linux style line endings on Windows / PhpStorm / GIT
In your command prompt / powershell enter
git config --global core.autocrlf false
if you are getting errors when cloning git products in PHPSTORM
In your command prompt / powershell enter
git config --global core.autocrlf false
if you are getting errors when cloning git products in PHPSTORM