Skip to content

Commit

Permalink
Only force LF line endings on executable scripts.
Browse files Browse the repository at this point in the history
Everything else can be auto-converted between LF and CRLF according to
the platform's native format.

Closes #12.

Change-Id: I95d3c1df46effbf2ae563ef1d881238020b88185
  • Loading branch information
joeyparrish committed Jan 26, 2015
1 parent 36fec68 commit ac27d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text eol=lf
*.sh text eol=lf
*.py text eol=lf

0 comments on commit ac27d33

Please sign in to comment.