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
For methods in classes with language = javascript CodeTidy will apply indentation like so:
var a, b, c, d;
becomes
var a, b c d;
CodeTidy should instead allow for additional indent if preceding line ended in a comma
The text was updated successfully, but these errors were encountered:
Is this the same as / related to #47 ?
Sorry, something went wrong.
isc-egabhart
No branches or pull requests
For methods in classes with language = javascript CodeTidy will apply indentation like so:
becomes
CodeTidy should instead allow for additional indent if preceding line ended in a comma
The text was updated successfully, but these errors were encountered: