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

Make tab expansion optional (new option --tab). #31

Closed
andreasabel opened this issue Oct 30, 2021 · 1 comment · Fixed by #36
Closed

Make tab expansion optional (new option --tab). #31

andreasabel opened this issue Oct 30, 2021 · 1 comment · Fixed by #36
Milestone

Comments

@andreasabel
Copy link
Member

Some files have tabs as part of the syntax, like Makefile.
I propose to put the tab-expansion under a flag --tab, which could have a number argument TABSIZE that defaults to 8.

This is a breaking change, so, new major version: 0.1.

@andreasabel andreasabel added this to the 0.1 milestone Oct 30, 2021
@andreasabel
Copy link
Member Author

Optionally, we could have --tab 8 as the default, and use --tab 0 as keep tabs. In this case, this would not be a breaking change.

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

Successfully merging a pull request may close this issue.

1 participant