docca icon indicating copy to clipboard operation
docca copied to clipboard

Global variables on multiple lines

Open vinniefalco opened this issue 2 years ago • 0 comments

When a global variable is emitted it is all on one line: image

it would be better formatted thusly, the same as the functions:

constexpr
bnf::lut_chars
unreserved_chars;

vinniefalco avatar Sep 22 '21 14:09 vinniefalco