Skip to content

Multi-line comments are incorrectly formatted

For a comment like


# Comment line 1
# Comment line 2
record(...) {
    ...
}

it will be formatted like


# Comment line 1

# Comment line 2
record(...) {
    ...
}