In a community project, opened to various conntributors, there are a few thing to take care of in order not to brake the code. I am not talking about code reviewing but about bad code editing that brakes it all.
Most frequent errors are:
<tab> insertions, that get mixed with space-based indentation
carriage return insertion, before line feeds [...]