diff options
author | Horacio Sanson <hsanson@gmail.com> | 2020-11-27 16:02:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 16:02:33 +0900 |
commit | 1365dce921c1fb84a668ae121d5d5aeebef99fbc (patch) | |
tree | a8de9ed73e87ad1b0ea0f997c7701ee237f9a259 /supported-tools.md | |
parent | 681a6e371d02cce9c2414c19f5deeae61aa321fa (diff) | |
parent | 12eb8d15234e6f4e77672c29659c29a7c0dcf2fb (diff) | |
download | ale-1365dce921c1fb84a668ae121d5d5aeebef99fbc.zip |
Merge pull request #3461 from lyz-code/feat/add-yamlfixer
feat: add yamlfix fixer
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index e1ac8873..96ef273b 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -533,6 +533,7 @@ formatting. * YAML * [prettier](https://github.com/prettier/prettier) * [swaglint](https://github.com/byCedric/swaglint) + * [yamlfix](https://lyz-code.github.io/yamlfix) * [yamllint](https://yamllint.readthedocs.io/) * YANG * [yang-lsp](https://github.com/theia-ide/yang-lsp) |