diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6eb8f725 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Normalize line endings to LF in the repository for all text files. +# Binary files are auto-detected and left untouched. +* text=auto eol=lf