Skip to content

Commit

Permalink
Enforce LF line endings
Browse files Browse the repository at this point in the history
Working on different projects on a Windows system often means switching
between
core.autocrlf=input and core.autocrlf=true.
This is the per-repository solution.
  • Loading branch information
Bjoern Thiel committed Jan 30, 2015
1 parent 74843c7 commit f9a4e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf

0 comments on commit f9a4e94

Please sign in to comment.