From aff5cc8859eaed30ed129ce826d70994af346400 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 27 Apr 2023 13:57:50 +0200 Subject: [PATCH] add gitattributes file --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..85902b9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Vim files should be checked out in unix format +# Vim should always be able to source those +# but e.g. Unix Vim may not able to source *.vim with crlf ending +*.vim text eol=lf