Blank Lines

Post here any ideas/problems/suggestions you have regarding CodeLite's CodeFormatter (AStyle) plugin
asrat
CodeLite Enthusiast
Posts: 13
Joined: Sun Mar 23, 2014 8:37 am
Genuine User: Yes
IDE Question: C++
Contact:

Blank Lines

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Blank Lines

Post 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
Make sure you have read the HOW TO POST thread
Post Reply