Skip to main content

All Questions

6 votes
4 answers
537 views

Correct alignment when outcommenting code

Suppose I have some code void some_block(void) { some_statement_1(); some_statement_2(); some_statement_3(); } Now I wish to out-comment statement #2, but here I never can find a way ...
Bjarke Freund-Hansen's user avatar