Is there a possibility to ident all blocks of code under _when_ statements? like: CASE foo IS: WHEN bar => hello WHEN baz => world END CASE; something like that the tereoshdl has this feature.
Is there a possibility to ident all blocks of code under when statements?
like:
CASE foo IS:
WHEN bar =>
hello
WHEN baz =>
world
END CASE;
something like that
the tereoshdl has this feature.