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

Fix alignment of first port declaration #1771

Closed gmlarumbe closed 2 years ago

gmlarumbe commented 2 years ago

This PR fixes #1167

It also changes the alignment of some variables on the following tests:

To me it seems better alignment but there could be something I am missing about those tests.

Another thing is the mixture of tabs/spaces in the function verilog-pretty-declarations. Would it be a good idea to untabify it in a separate commit?

Cheers!

gmlarumbe commented 2 years ago

Thanks @wsnyder. I really appreciate it :)