thomasrussellmurphy / istyle-verilog-formatter

Open source implementation of a Verilog formatter
GNU General Public License v2.0
173 stars 44 forks source link

Improve source style and improve best practices #5

Open thomasrussellmurphy opened 6 years ago

thomasrussellmurphy commented 6 years ago

Resources:

lassik commented 4 years ago

I recommend evaluating whether clang-format meets your needs. It is now popular and widely available, can automatically format C/C++ code to your style specifications with tons of customization options and has a reputation for being reliable (it uses some adaptation of the clang compiler's C/C++ parser).