diff --git a/.gitattributes b/.gitattributes index 9a9350e..9abbe25 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto +# JS files must always use LF to prevent issues with libraries and checksums *.js eol=lf -