Skip to content

Commit

Permalink
(cake-buildGH-2887) Enforce bash scrips LF line endings
Browse files Browse the repository at this point in the history
* fixes cake-build#2887

If already cloned repo endings can be fixed by executing
1. git rm --cached -r .
2. git reset --hard
  • Loading branch information
devlead committed Oct 15, 2020
1 parent 11dc243 commit 67a1fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
*.sh text eol=lf

###############################################################################
# Set default behavior for command prompt diff.
Expand Down

0 comments on commit 67a1fb8

Please sign in to comment.