kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

bad alignment for begin and end comment sections #4

Closed kv-be closed 1 year ago

kv-be commented 1 year ago

the begin and end comment sections should be aligned with the begin and end statements. Now the use an extra indent.

kv-be commented 1 year ago

solved: when the begin and end comments are formatted as below, they will be aligned correctly (same for end)

---------
-- begin
---------

or

------------
-- begin --
------------