diff --git a/.gitattributes b/.gitattributes index eb1f7db..8aae98f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ /dist/** linguist-generated /package-lock.json linguist-generated +*.json text eol=lf +*.js text eol=lf +*.jsx text eol=lf +*.ts text eol=lf +*.tsx text eol=lf