-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Some exprs formats #1005
base: master
Are you sure you want to change the base?
Some exprs formats #1005
Conversation
# Conflicts: # src/org/intellij/erlang/inspection/ErlangSdkNotificationProvider.java
Hi there, I would love to see this merged so that I don't have an IDE mess with maybe_expr. |
not really, maybe_expr has supported in IDEA-2023. and this patch just for indent format. |
I can't understand what does 1st change do? How to test it? |
Before: -import(lists, [
reverse/1,
keyreplace/4
]). After: -import(lists, [
reverse/1,
keyreplace/4
]).
Before: maybe
true ?= foo(),
ok
else
false ->
false
end, After: maybe
true ?= foo(),
ok
else
false ->
false
end, |
Thanks for the PR, could you please add some formatter tests? |
It's done. |
ERL_IMPORT_FUNCTIONS
.Maybe Expr
indent process.