lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

setPreserveComments changes line endings

Open commonpike opened this issue 8 years ago • 0 comments

this

$lessc = new lessc();
$lessc->setPreserveComments(true);
$lessc->setFormatter("classic");

Changes line endings? I'll attach two screenshots from bbedit on mac, one generated without and one with the second line

withoutcomments withcomments

commonpike avatar Nov 18 '17 14:11 commonpike