Skip to content

Commit

Permalink
added .gitattributes
Browse files Browse the repository at this point in the history
force LD line-ending for shell scripts
  • Loading branch information
KrisThielemans committed Nov 12, 2023
1 parent 058c8fa commit 3288dc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Shell scripts should have LF
*.bashrc text eol=lf
*.sh text eol=lf
*.csh text eol=lf

0 comments on commit 3288dc8

Please sign in to comment.