From d2b30c10e50d3e85ce6b43615d74557aedd7f963 Mon Sep 17 00:00:00 2001 From: agrigora Date: Wed, 15 Jan 2014 11:44:03 +0100 Subject: [PATCH] Set default behaviour, in case users don't have core.autocrlf set. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 735781d1dd8..8c74276a47e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +# Set default behaviour, in case users don't have core.autocrlf set. +* text=auto + *.cxx filter=rcs-keywords *.h filter=rcs-keywords \ No newline at end of file -- 2.43.0