Global variables on multiple lines
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
When a global variable is emitted it is all on one line:

it would be better formatted thusly, the same as the functions:
```
constexpr
bnf::lut_chars
unreserved_chars;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.