intellij-erlang
intellij-erlang copied to clipboard
Formatting blocks following the assignment ignores indentation of the starting keyword
At the moment case
, if
and some other operators formatted as
SomeLongVar = case Y of
Z -> ...
end.
but funs are formatted as
SomeLongVar = fun() ->
Y
end.
What is the issue you are reporting?
Similar problem, when formatting a -define(...)
block which contains comments. The comments are formatted with the indent 0
Has this problem not been solved?