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 support for --range-start and --range-end #14

Open
trixnz opened this issue Jul 18, 2017 · 0 comments
Open

Add support for --range-start and --range-end #14

trixnz opened this issue Jul 18, 2017 · 0 comments

Comments

@trixnz
Copy link
Owner

trixnz commented Jul 18, 2017

IDEs often have the ability to format a specific region of text, rather than the whole document. One could naively format just the selection and insert it into the document, but the IDE is generally going to be unaware of the correct indentation level and other restrictions that the language may have.

These options should run the full printer pass, but only print code that falls within the ranges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant