Skip to content

Commit

Permalink
Prevent git from changing EOL on windows on shells scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienLaurent committed Oct 7, 2019
1 parent 892d0a5 commit 7aad2e6
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 @@
# Explicitly declare files to always takes the linux line endings on checkout.
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf

0 comments on commit 7aad2e6

Please sign in to comment.