veripool / verilog-mode

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.
http://veripool.org/verilog-mode
GNU General Public License v3.0
247 stars 90 forks source link

Indent is wrong for the first property ... endproperty block within ifdef ... endif #1817

Closed erusyd closed 1 year ago

erusyd commented 1 year ago

The first property block indent is wrong: image

test.v.zip

gmlarumbe commented 1 year ago

Hi @erusyd

It should now be fixed in fed33a4

Thanks for reporting the issue.