diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3bbc761 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ +* text=lf + +*.cs diff=csharp \ No newline at end of file