kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

support for multiline if with open brackets #42

Closed kv-be closed 4 months ago

kv-be commented 4 months ago

if (a < 5 and b > 7 ) then ... end if;

if (a < 5 and b > 7 ) or (c = 9) then ... end if;

kv-be commented 4 months ago

solved