diff --git a/.gitattributes b/.gitattributes index 43aa0f5808..a7cd44ba66 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # tests expects the text files associated with them have LF only as EOL -tests/**/*.txt text eol=lf +**/test*/**/* text eol=lf