How can two developers work on a same C++ code base such that they can work transparently ? Is there any common indentation style for C++ code such that once it is established, the two developers can produce code with the same indentation level.
I have found Emacs very aggressive for Indentation, it tries to force its way, while Vi is pretty forgiving. But the emacs styles(mixed tabs and spaces) are not that much friendly to Vim.