I just removed all the white vertical white space for my C++ Visual Studio 2017 project using : ^.$\n
What is the recommended standard for the spacing between functions. Is it suggested that a line break be placed after each of the functions' closing brace? If so, is there a convenient method or do I just go through all the code and press enter after each function? Anything else I need to know about line spacing?
I don't mean to be petty, I'm just finishing up this project,
Thank you,
Josheir
↧