jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
192 stars 40 forks source link

Case rules for null statements #1271

Closed JHertz5 closed 1 month ago

JHertz5 commented 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


    loop

  NULL;

    end loop;

to this

    loop

      null;

    end loop;
JHertz5 commented 1 month ago

I've raised PR #1271 to resolve this issue. FYI @urbite.