g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link

adds the ability to format case statements in the linux kernel style #54

Open kcranky opened 2 years ago

kcranky commented 2 years ago

The Linux kernel style guide suggests that switch/case statements be at a single indentation level.

I've added this as a boolean option for people who follow that style. The default behaviour remains unchanged.