diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:44:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:44:29 +0300 |
commit | e44cbfb92630bfb1411bb31b8490c631b4fd9005 (patch) | |
tree | 6c172fbccddc33c35c4016a5a798ba62fb7e04f5 /.gitattributes | |
parent | adjust Gemfiles for Cygwin (diff) | |
download | sorting-algorithms-e44cbfb92630bfb1411bb31b8490c631b4fd9005.tar.gz sorting-algorithms-e44cbfb92630bfb1411bb31b8490c631b4fd9005.zip |
add serve.sh (same as serve.bat)
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 282705f..91bfadd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.bat text eol=crlf +*.sh text eol=lf |