In certain instances, I am launching CuteEditor in HTML(code) only view for things like a plain text / css file. To do this, I am hiding the Normal and Preview modes, and setting code view to the default.
For readability, we would like to add in empty lines into the file so we can separate sections. However, when I save the file, CuteEditor is removing all of the empty lines.
Is there way to configure CuteEditor to allow for this behavior? Thanks!