Skip to content

Commit

Permalink
Create .gitattributes to force LF on shell files (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefGokhlayeh authored Jun 24, 2021
1 parent 27b3b41 commit 4c68494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf

0 comments on commit 4c68494

Please sign in to comment.