Unibeautify / unibeautify

One Beautifier to rule them all, One Beautifier to clean them, One Beautifier to bring them all and in the darkness sheen them
https://unibeautify.com/
MIT License
543 stars 41 forks source link

Add SystemVerilog support using Google's Verible project #294

Open mithro opened 3 years ago

mithro commented 3 years ago

Beautifier Details Name: Verible Link to project/homepage: https://github.com/google/verible and https://google.github.io/verible/verilog_format.html

If this is a new beautifier, please fill out the below Languages Supported: SystemVerilog How is it run (node, terminal, etc): terminal

If this is to update an existing beautifier, please describe what should be updated

Additional context

Verible is a parser for creating developer tooling for the SystemVerilog language. It also includes a number of tools like linters and autoformatters. See https://google.github.io/verible/verilog_format.html