diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:49:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:49:12 +0300 |
commit | 627ad1b27a2579700e7b0a978caa8598a058da48 (patch) | |
tree | 5330079cb70f9011784a68a8d4e2f6f57dea90c5 /.gitattributes | |
parent | add requirements.txt (diff) | |
download | sorting-algorithms-627ad1b27a2579700e7b0a978caa8598a058da48.tar.gz sorting-algorithms-627ad1b27a2579700e7b0a978caa8598a058da48.zip |
add plot.sh (same as plot.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 |