diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 43aa0f580..a7cd44ba6 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 |