Hi Jace
I use the gitman to download project
https://pypi.org/project/gitman/
And i have some question about autocrlf setting
With naive git command
we could use the config parma core.autocrlf=false to replace line ending

[Example]
git clone git@github.myproject.git --config core.autocrlf=false
Is there any way to set the line ending autocrlf (CR/LF) when using gitman?