Page 1 of 1

Blank Lines

Posted: Thu Aug 25, 2016 7:40 am
by asrat
Hello,

By default Code Lite keeps blank lines as it is.
But How can I remove it .
What settings are to be made. At present I set it to predefined style as ANSI.

Regards

Re: Blank Lines

Posted: Fri Aug 26, 2016 2:10 pm
by eranif
CodeLite uses clang-format as the default code formatting.
You will need to check its documentation to see which option does that

Most of the options have a UI compatible one in CodeLite settings

Eran