diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 19:19:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-01 19:19:42 +0300 |
commit | 0c59730349c06d684a4048d2fdc987e939ac48bf (patch) | |
tree | 53aa49ae377c9f374f39a7ae565c0427b4a3675a /.gitattributes | |
parent | b66b9b4e0c2736a1d8ed052dec919f4dc611deef (diff) |
Fix typo in .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 9fce1b0..1631641 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,7 +10,7 @@ #*.bat text eol=crlf # Use `eol=lf` for files that should have the LF line ending both in the -# working tree (even on Windows) in the repository. +# working tree (even on Windows) and in the repository. # #*.sh text eol=lf |