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
Blank Lines
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Sun Mar 23, 2014 8:37 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Blank Lines
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
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