Skip to content

Commit

Permalink
Add gitattribute to enforce lf on sh and py files
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier authored and cdecker committed Mar 7, 2018
1 parent d363a68 commit f45f18c
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 @@
# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf
*.py text eol=lf
Makefile text eol=lf

0 comments on commit f45f18c

Please sign in to comment.