diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7818f5079 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +# Set the default behavior for all files. +* text=auto + +# Normalized and converts to +# native line endings on checkout. +*.cs text + +# Convert to CRLF line endings on checkout. +*.sln text eol=crlf + +# Convert to LF line endings on checkout. +*.sh text eol=lf + +# Binary files. +*.png binary +*.jpg binary \ No newline at end of file