Skip to content

Commit

Permalink
Fix: Try to solve problem of CRLF for some extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 5, 2014
1 parent fc1600b commit a146af5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
*.lang text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.pp text eol=lf
*.sh text eol=lf
*.yaml text eol=lf

.bash_aliases text eol=lf
.vimrc text eol=lf

# Denote all files that are truly binary and should not be modified.
*.bmp binary
Expand Down

0 comments on commit a146af5

Please sign in to comment.