g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link

Format Case When statements, is it possible? #63

Open ZA0068 opened 1 year ago

ZA0068 commented 1 year ago

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.