aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-05-22 12:11:56 +0000
committerGithub Actions <actions@github>2024-05-22 12:11:56 +0000
commit5c9b6a6a50f3ec2c01f729dac872679fa6ea813f (patch)
tree4812c1f329f82fa28a3c002cef3d8aa715472309
parent18a3fa45d841c941399b4559ef60b39f2e3ded7c (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
-rw-r--r--doc/conform.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 63db3c5..d188a29 100644
--- a/README.md
+++ b/README.md
@@ -220,8 +220,8 @@ You can view this list in vim with `:help conform-formatters`
- [fish_indent](https://fishshell.com/docs/current/cmds/fish_indent.html) - Indent or otherwise prettify a piece of fish code.
- [fixjson](https://github.com/rhysd/fixjson) - JSON Fixer for Humans using (relaxed) JSON5.
- [fnlfmt](https://git.sr.ht/~technomancy/fnlfmt) - A formatter for Fennel code.
-- [fourmolu](https://hackage.haskell.org/package/fourmolu) - A fork of ormolu that uses four space indentation and allows arbitrary configuration.
- [forge_fmt](https://github.com/foundry-rs/foundry) - Forge is a command-line tool that ships with Foundry. Forge tests, builds, and deploys your smart contracts.
+- [fourmolu](https://hackage.haskell.org/package/fourmolu) - A fork of ormolu that uses four space indentation and allows arbitrary configuration.
- [gci](https://github.com/daixiang0/gci) - GCI, a tool that controls Go package import order and makes it always deterministic.
- [gdformat](https://github.com/Scony/godot-gdscript-toolkit) - A formatter for Godot's gdscript.
- [gersemi](https://github.com/BlankSpruce/gersemi) - A formatter to make your CMake code the real treasure.
diff --git a/doc/conform.txt b/doc/conform.txt
index 4db7599..895149e 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -234,10 +234,10 @@ FORMATTERS *conform-formatter
`fish_indent` - Indent or otherwise prettify a piece of fish code.
`fixjson` - JSON Fixer for Humans using (relaxed) JSON5.
`fnlfmt` - A formatter for Fennel code.
-`fourmolu` - A fork of ormolu that uses four space indentation and allows
- arbitrary configuration.
`forge_fmt` - Forge is a command-line tool that ships with Foundry. Forge tests,
builds, and deploys your smart contracts.
+`fourmolu` - A fork of ormolu that uses four space indentation and allows
+ arbitrary configuration.
`gci` - GCI, a tool that controls Go package import order and makes it always
deterministic.
`gdformat` - A formatter for Godot's gdscript.