From 6938d4bbd195220c3bf51ea848f364aa8cf97106 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Tue, 6 Nov 2018 15:44:09 -0500 Subject: [PATCH] chore(gitattributes): adding git attributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b8a5ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union + +# Force bash scripts to always use lf line endings so that if a repo is accessed +# in Unix via a file share from Windows, the scripts will work. +*.sh text eol=lf