Open Imshakhawat opened 1 month ago
@Imshakhawat Thank you for your feature request. I believe we can address this using an existing feature in Repopack:
The output.removeEmptyLines
option is designed to remove unnecessary line gaps, which should help make the files more compact and relevant. Here's how you can use it:
{
"output": {
"removeEmptyLines": true
}
}
Hi @Imshakhawat!
Just checking in - were you able to get this working with the removeEmptyLines
option?
if a file has unnecessary line gaps the they are not removed which makes the file more bulky. is it possible to remove unnecessary line gaps to make the files more relevant ?