You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is there any way to get the formatter to keep the original formatting below? I think I tried every option and nothing worked.
To be clear, we WANT the original formatting (with one argument per line) but the formatter is forcing the actual output, seemingly regardless of what options I set.
looks like currently there is not an option yet for the formatter (such as --named_parameter_indentation=indent) that applies to function calls not module instantiations.
So for now I suggest to wrap the part of the code in // verilog_format: off and on
In general, one can force line separations by adding trailing // comments (even if empty) to desired lines, but I understand that is not always a reasonable solution.
Hello, is there any way to get the formatter to keep the original formatting below? I think I tried every option and nothing worked.
To be clear, we WANT the original formatting (with one argument per line) but the formatter is forcing the actual output, seemingly regardless of what options I set.
Thanks in advance!
Test case
Include any options or configuration used.
Actual output
The text was updated successfully, but these errors were encountered: