Generated CPP/H file not encoded in UTF8

Does anyone know why UE4 generates C++ cpp or h files not in UTF8 format? how can I force it to be that? It’s screwing with git…
Currently when I use the editor to generate a new c++ class it generates the file in UTF8-BOM. How can I force it to be utf8?

Thanks is advance!