| --- |
| name: formatter issue |
| about: formatter bugs and feature requests |
| title: '' |
| labels: formatter |
| assignees: '' |
| |
| --- |
| |
| **Test case** |
| |
| ```systemverilog |
| // Input to the formatter, preferably a reduced test case. |
| ``` |
| |
| Include any options or configuration used. |
| |
| **Actual output** |
| |
| ```systemverilog |
| // This doesn't look right. |
| ``` |
| |
| Include any possible diagnostic messages from the formatter. |
| |
| **Expected or suggested output** |
| |
| ```systemverilog |
| // This result would look better from the formatter. |
| ``` |
| |
| Citations to published style guides would help. |