/ .gitattributes
.gitattributes
1  # Set default behaviour to automatically normalize line endings.
2  * text=auto
3  
4  # Force bash scripts to always use lf line endings so that if a repo is accessed
5  # in Unix via a file share from Windows, the scripts will work.
6  *.sh text eol=lf