tags:

views:

218

answers:

0

Hello all,

I'm fighting against the tool and loosing. I want my project for every text file and every developer to be UTF-8 and CRLF. 1) how do I configure git for that ? 2) how do I share this git setting with all developers so that nobody can forget to configure that ?

I read a bit about core.autocrlf and safecrlf, but I don't see how it's relevant to my problem.

Thanks all.