diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..949fc96 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Enforce LF normalization on Windows +*.yaml eol=lf +*.lua eol=lf +*.cs eol=lf +*.csproj eol=lf +*.sln eol=lf +* text=lf + +# Custom for Visual Studio +*.cs diff=csharp