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

Allow hand-alignment with spaces when using tabs to indent #295

Open
bendmorris opened this issue Oct 7, 2016 · 0 comments
Open

Allow hand-alignment with spaces when using tabs to indent #295

bendmorris opened this issue Oct 7, 2016 · 0 comments

Comments

@bendmorris
Copy link

Currently, either tabs or spaces must be used to indent, not both. It's common to use spaces after indenting for alignment purposes, for example:

https://github.com/HaxePunk/HaxePunk/blob/0cc6d89b58f9c13ee1eecd9bff8aea78b1d9fd56/com/haxepunk/Preloader.hx#L22

Could add an option to pass lines which begin with tabs and don't include any tabs after spaces (i.e. don't mix tab-space-tab.)

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

2 participants