diff --git a/.gitattributes b/.gitattributes index e6c0e25..bc88580 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ # Bash script files should always be LF terminated -*.sh eol=lf +*.sh text eol=lf # vim: syntax=conf cc=80 tw=79 ts=4 sw=4 sts=4 et sr diff --git a/.gitignore b/.gitignore index b43e5dc..221156a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,3 @@ Thumbs.db # Vim files *~ *.swp - -# vim: syntax=conf cc=80 tw=79 ts=4 sw=4 sts=4 et sr