indentationRules determine if the next line is indented whenever you press enter. These are case sensitive by default (triggering on lower-case only), which does not work well if you write VHDL with upper-case keywords. VHDL itself is not case sensitive.
This pull requests makes the rules case-insensitive.
indentationRules determine if the next line is indented whenever you press enter. These are case sensitive by default (triggering on lower-case only), which does not work well if you write VHDL with upper-case keywords. VHDL itself is not case sensitive.
This pull requests makes the rules case-insensitive.