Skip to content

Commit

Permalink
Use .gitattributes to correct EOL chars for bash scripts not having .…
Browse files Browse the repository at this point in the history
…sh extension
  • Loading branch information
mdeuser committed Jul 15, 2016
1 parent e1e696e commit 0a8eb9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ tools/cli/wsk text eol=lf
tools/cli/wskadmin text eol=lf

# bash files not having the .sh extension
tools/vagrant/simple/wsk text eol=lf
tools/vagrant/simple/wsk text eol=lf
gradlew text eol=lf
core/javaAction/proxy/gradlew text eol=lf
tools/vagrant/hello text eol=lf
sdk/docker/client/action text eol=lf

0 comments on commit 0a8eb9b

Please sign in to comment.