Format one line statements - blocks
Posted: Mon Apr 07, 2014 2:40 am
Hi,
I am a new user of codelite and I am trying to customize formatting options.
How can I remove whitespace in one-line statements - blocks. For example :
void______foo()______{______cout << "hi"___} ----> void_foo(){cout << "hi";} ( _ is whitespace)
Thanks.
I am a new user of codelite and I am trying to customize formatting options.
How can I remove whitespace in one-line statements - blocks. For example :
void______foo()______{______cout << "hi"___} ----> void_foo(){cout << "hi";} ( _ is whitespace)
Thanks.