diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 19:26:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-03-05 21:13:11 +0300 |
commit | 10e53f88c43450f433f87f7fd2c632611dfa58c0 (patch) | |
tree | 0a7ed343ac3716ea8f3ff097ff40982fc818bbc5 /.gitattributes | |
parent | fbfc6247b65ee84236993209962539f45b9429fa (diff) |
Don't mention CONTRIBUTING.md in buildfile
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 |