blob: 32fcda8f35405cc881fa07be134fd7dd2c258d16 [file] [log] [blame] [view]
---
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.