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

Multi-line JavaScript Commands should Preserve Indentation #56

Open
isc-egabhart opened this issue Aug 26, 2024 · 1 comment
Open

Multi-line JavaScript Commands should Preserve Indentation #56

isc-egabhart opened this issue Aug 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@isc-egabhart
Copy link
Collaborator

isc-egabhart commented Aug 26, 2024

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

@isc-egabhart isc-egabhart added the bug Something isn't working label Aug 26, 2024
@isc-egabhart isc-egabhart self-assigned this Aug 26, 2024
@isc-tleavitt
Copy link
Collaborator

Is this the same as / related to #47 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@isc-tleavitt @isc-egabhart and others