diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fa1385d99..f402cbb78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * -text + +# Declare files that will always have LF line endings on checkout. +scripts/ci.baseline.txt text eol=lf
\ No newline at end of file |
