This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Description
Hi, great repo! I wanted to make a suggestion regarding the following in the yices2 script:
# TODO: handle this better so I don't mess with people's dev envs
git config --global core.autocrlf false
As a Windows/mingw/cygwin user I definitely would not want my global git autocrlf changed. Maybe it would be possible to use dos2unix which at least on msys2 (mingw) can be installed easily (pacman -S dos2unix)?
Hope this helps -