In trying to standardise the platform for the developers, one of my needs would be to commit the .git/config so that everybody have the same CRLF config without
.git/config
If you're using a Unix family operating system I would recommend just creating a symbolic link.
ln -s .git/config git-config git add git-config git commit -m "Now tracking git config file"