Open
Description
For those digging for the continuator badge, line continuations are a secret weapon, but a line that contains nothing other than a line continuation is redundant, and should be removed to improve readability.
_
_
Option _
_
Explicit _
_
_
' ^ End of Option Explicit Statement
Note that the trailing line continuation, by definition, includes the blank line after the last line continuator.
Could, at a minimum, be rewritten as:
Option _
Explicit
' ^ End of Option Explicit Statement
This could be an inspection, but also be an indenter setting, so that it's taken care of on indent.