aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFredrik Foss-Indrehus <fredrikfoss@fr.urbanpets.no>2024-06-09 22:09:58 +0200
committerGitHub <noreply@github.com>2024-06-09 16:09:58 -0400
commitcf562dd160c27a7fc5342dfce7e1227746dd3aaa (patch)
treebc8277bcd3b314045bf6e13666ada450fe692b6e /README.md
parent5541c54cf2ab078a537838e1fb9d96ae47f71255 (diff)
feat: add support for for vsg (#451)
* feat: add support for vsg * support more config files, use ctx.dirname
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 697032a..041fcc5 100644
--- a/README.md
+++ b/README.md
@@ -335,6 +335,7 @@ You can view this list in vim with `:help conform-formatters`
- [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.
+- [vsg](https://github.com/jeremiah-c-leary/vhdl-style-guide) - Style guide enforcement for VHDL.
- [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.