set autocrlf=false on all git repositories

autcrlf does not work well. By
default, Oomph sets autocrlf=true on Windows only (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=474647). This causes all
files to be converted to Windows line endings during the initial
checkout. If you manually turn autocrlf off, they remain in Windows
format forever unless you run a time consuming line endings conversion
on the entire repository.

Change-Id: I3c566b721c7641c59088de4c115154216d2963d7
1 file changed