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

Multiline Expression Indentation #382

Open
dvpublic opened this issue Apr 25, 2023 · 0 comments
Open

Multiline Expression Indentation #382

dvpublic opened this issue Apr 25, 2023 · 0 comments

Comments

@dvpublic
Copy link

It would be nice if second and subsequent lines of multiline expressions be indented, i.e.

uint e = a
* 10 ** b
* c
* d
/ (d + c);

will be formatted as

uint e = a
  * 10 ** b
  * c
  * d
  / (d + c);
mbolotov added a commit to mbolotov/intellij-solidity that referenced this issue May 10, 2023
mbolotov added a commit to mbolotov/intellij-solidity that referenced this issue May 12, 2023
2. fix formatting in return statement
mbolotov added a commit to mbolotov/intellij-solidity that referenced this issue May 25, 2023
2. fix formatting in return statement
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

No branches or pull requests

1 participant