diff --git a/.gitattributes b/.gitattributes index 03d42ee9..653dde78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ # text files must be lf for golden file tests to work -*.txt eol=lf -*.json eol=lf +* text=auto eol=lf + +# make project show as TS on GitHub +*.js linguist-detectable=false