From 6e6199d55395804c37d51c8aa064502c96cdb036 Mon Sep 17 00:00:00 2001 From: "Jonas A. Wendorf" <15037703+jonasw234@users.noreply.github.com> Date: Wed, 14 Oct 2020 23:46:15 +0200 Subject: [PATCH] Added Vim (#119) --- Vim.gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Vim.gitattributes diff --git a/Vim.gitattributes b/Vim.gitattributes new file mode 100644 index 0000000..03645af --- /dev/null +++ b/Vim.gitattributes @@ -0,0 +1,8 @@ +# Basic .gitattributes for a Vim repo. +# Vim on Linux works with LF only, Vim on Windows works with both LF and CRLF + +# Source files +# ============ +*.vim text eol=lf +.vimrc text eol=lf +.gvimrc text eol=lf