Space between '}' and 'else' in C++ code
Answered
Hey, here's something that really pisses me off.
"}else {"
How do I fix it? I prefer "} else {".
Please sign in to leave a comment.
Hi! Please go to File | Settings | Editor | Code Style | C/C++ > Spaces > Before Keywords and check the 'else' keyword option.
Oh wow, I don't know how I missed that... thanks