diff --git a/.gitattributes b/.gitattributes index 3225eae5e0..83d07eb8f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -71,3 +71,9 @@ gradlew eol=lf #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + +############################################################################### +# Make sure jQuery files always have LF as line endings (to pass SRI checks) +############################################################################### +jquery*.js eol=lf +jquery*.map eol=lf