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
// This result would look better from the formatter.if (test)
test_reg <=1'b1;
else
test_reg <=1'b0;
I don’t want single-line statements without begin/end to be forcibly merged onto the same line as if/else. Is there an existing option in verible-verilog-format ?
The text was updated successfully, but these errors were encountered:
Test case
Include any options or configuration used.
--indentation_spaces=2
--assignment_statement_alignment=align
--case_items_alignment=align --named_port_alignment=align
--port_declarations_alignment=align
--module_net_variable_alignment=align
--wrap_end_else_clauses --line_break_penalty=0
--compact_indexing_and_selections=false
--column_limit=80
Actual output
Expected or suggested output
I don’t want single-line statements without
begin/end
to be forcibly merged onto the same line asif/else
. Is there an existing option inverible-verilog-format
?The text was updated successfully, but these errors were encountered: