diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4058232b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.py text eol=lf +*.md text eol=lf +*.json text eol=lf + +.gitignore export-ignore +.gitattributes export-ignore