From 27a99cbcae9ecc4c081b22f7da273cff4e7d9eff Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Sat, 5 Jan 2019 10:09:05 -0600 Subject: [PATCH] ensure future c# code has consistent EOL --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..0ae2f5fe6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# to native line endings on checkout. +*.cs diff=csharp text