From a5cb28739abd5f9f7b65b4c80a4617e420b139c8 Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Sun, 23 Feb 2014 11:08:29 -0800 Subject: [PATCH] Aded comments about use. --- .gitattributes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a675e462..6b034571 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ +# Git will automatically manage line endings for you if you set the core.autocrlf option. +# On Windows, you will want to use true for this setting. In combination with this +# .gitattributes file, line endings will be functioal across platforms +# +# +# On Windows: +# git config --global core.autocrlf true + # Set default behaviour, in case users don't have core.autocrlf set. * text=auto @@ -16,4 +24,3 @@ # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary - -- GitLab