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

Add an option to sort includes #14

Open
oalders opened this issue May 31, 2021 · 0 comments
Open

Add an option to sort includes #14

oalders opened this issue May 31, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@oalders
Copy link
Member

oalders commented May 31, 2021

so that, for example, when tidying merge conflicts we can just toss out the re-used modules and end up with a consistent sort order.

Rules should probably be something like:

  • Sort only contiguous includes. If they're broken out into different sections, just sort the sections
  • Ignore pragmas
  • Ignored modules can still be sorted
  • Modules annotated with ## no perlimports should not be sorted
  • All comment lines which precede an import statement should remain above that import after sorting
@oalders oalders added the enhancement New feature or request label Jul 8, 2021
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

1 participant