kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

complex multiline initial values are not handled well #11

Closed kv-be closed 7 months ago

kv-be commented 7 months ago

the following line below doesn't indent very nicely

    constant proc_call : string := proc_name & "(" & to_string(vvc_target, vvc_instance_idx, vvc_channel) -- First part common for all
                                   & ", " & to_string(wanted_idx) & ", " & to_string(timeout, ns) & ")";

multiline initial value assignment is not covered.

kv-be commented 7 months ago

solved (only for signals, constants and variables. Not for multiline assignments