We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.)
The text was updated successfully, but these errors were encountered: