aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNathan Thomas <nathanthomas707@gmail.com>2024-05-06 10:47:32 -0700
committerGitHub <noreply@github.com>2024-05-06 10:47:32 -0700
commitfb2d35f2875967b92af9e1e7d31724ce0456fa83 (patch)
tree6651243c5ac6ba5f7433ee6e14f796d9f2bf37d2 /README.md
parent12b3995537f52ba2810a9857e8ca256881febbda (diff)
feat: add verible formatter for SystemVerilog (#391)
* Add verible formatter * Add verible to README formatter list * Update description * Formatting * Formatting attempt again * lint: apply stylua --------- Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b00770e..6d40463 100644
--- a/README.md
+++ b/README.md
@@ -309,6 +309,7 @@ You can view this list in vim with `:help conform-formatters`
- [typstfmt](https://github.com/astrale-sharp/typstfmt) - Basic formatter for the Typst language with a future!
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.
- [usort](https://github.com/facebook/usort) - Safe, minimal import sorting for Python projects.
+- [verible](https://github.com/chipsalliance/verible/blob/master/verilog/tools/formatter/README.md) - The SystemVerilog formatter.
- [xmlformat](https://github.com/pamoller/xmlformatter) - xmlformatter is an Open Source Python package, which provides formatting of XML documents.
- [xmllint](http://xmlsoft.org/xmllint.html) - Despite the name, xmllint can be used to format XML files as well as lint them.
- [yamlfix](https://github.com/lyz-code/yamlfix) - A configurable YAML formatter that keeps comments.