Skip to content

Commit

Permalink
Merge pull request thinkgem#220 from jx3fans/master
Browse files Browse the repository at this point in the history
为不同类型的脚本指定不同的换行符策略,以便脚本能正常执行。
  • Loading branch information
think-gem committed Mar 23, 2016
2 parents 8938576 + 694376e commit 35cf230
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Windows-specific files that require CRLF:
*.bat eol=crlf
*.txt eol=crlf

# Unix-specific files that require LF:
*.java eol=lf
*.sh eol=lf

0 comments on commit 35cf230

Please sign in to comment.