From bb12ced963327446ed8956c18ba13ce25d772dbb Mon Sep 17 00:00:00 2001 From: "Samuel D. Leslie" Date: Mon, 17 Sep 2018 11:27:59 +1000 Subject: [PATCH] Remove unnecessary Vim modeline from .gitattributes --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index bc88580..3f9d3ed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,2 @@ # Bash script files should always be LF terminated *.sh text eol=lf - -# vim: syntax=conf cc=80 tw=79 ts=4 sw=4 sts=4 et sr