diff --git a/.gitattributes b/.gitattributes index ff1e16bb..129fdd36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ *.csv diff=daff-csv *.tsv diff=daff-tsv +# Allow Git to decide if file is text or binary +# Always use LF line endings even on Windows. +* text=auto eol=lf