diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 000000000..93c0e783b --- /dev/null +++ b/.gitconfig @@ -0,0 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary \ No newline at end of file