Code:
if (...) 
{
}
else
{
}
We consider this to be the most readable form, which has also been the preferred choice of the majority of coders who have worked here.
It's also the form I've found to be used in C++ courses I've attended.
I've noticed that the other form is often used by C++ coders who have recently come across from Java.