diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b5733b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Explicitly declare text files you want to always be normalized and converted to native line endings on checkout. +*.ts text eol=lf +*.tsx text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf