Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request : erasing line gaps #133

Open
Imshakhawat opened this issue Oct 17, 2024 · 2 comments
Open

Feature Request : erasing line gaps #133

Imshakhawat opened this issue Oct 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Imshakhawat
Copy link

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 ?

@yamadashy
Copy link
Owner

@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
  }
}

@yamadashy
Copy link
Owner

Hi @Imshakhawat!

Just checking in - were you able to get this working with the removeEmptyLines option?

@yamadashy yamadashy added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants