Closed JHertz5 closed 1 month ago
Is your feature request related to a problem? Please describe. Currently there are no rules to handle indent or csae for null statements. I would like rules to fix this
null
loop NULL; end loop;
to this
loop null; end loop;
I've raised PR #1271 to resolve this issue. FYI @urbite.
Is your feature request related to a problem? Please describe. Currently there are no rules to handle indent or csae for
null
statements. I would like rules to fix thisto this