diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-07-14 10:52:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 18:52:09 +0100 |
commit | a6ff6e7871d757821ba2b84cb8f175f48721bb9a (patch) | |
tree | bdc57196b43fae6e16d8323f070f8a69b4ffd7a4 | |
parent | 12da32a891b08f34acbb676001f0c211ecfe1af8 (diff) | |
download | Nim-a6ff6e7871d757821ba2b84cb8f175f48721bb9a.tar.gz |
fix https://github.com/dom96/choosenim/issues/256 WSL CRLF (#18452)
* fix https://github.com/dom96/choosenim/issues/256 WSL CRLF * fixup
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 674da7939..2c9ff103c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,6 @@ # duplicated, which is easily identifiable and fixable. /changelog.md merge=union +# bug https://github.com/dom96/choosenim/issues/256 for WSL CRLF +*.sh text eol=lf +/config/build_config.txt text eol=lf |