From c6d4b8fac69159d66553ca00f28bf24c7a255caf Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Thu, 12 Dec 2013 17:28:02 +0530 Subject: [PATCH] Add .gitattributes file. To deal with line endings. A project should not rely on global settings. https://help.github.com/articles/dealing-with-line-endings Signed-off-by: Saurabh Kumar --- .gitattributes | 1 + {{cookiecutter.repo_name}}/.gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 {{cookiecutter.repo_name}}/.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/{{cookiecutter.repo_name}}/.gitattributes b/{{cookiecutter.repo_name}}/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/{{cookiecutter.repo_name}}/.gitattributes @@ -0,0 +1 @@ +* text=auto