aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMahan <mahan.rahmati@protonmail.com>2023-08-27 20:04:08 +0000
committerGitHub <noreply@github.com>2023-08-27 13:04:08 -0700
commit446aa570048586f9c13f1ea88e280567f336691e (patch)
tree9ab253d139f8d8f2dff51aee59c97a16ed33c59d /README.md
parentf86cd7f475d5b0d3ab0b0b57b8edaa06ac911e0b (diff)
feat: new formatter: fish_indent (#5)
* feat: add fish_indent * feat: update readme to add fish_indent
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 2f3225c..890be3b 100644
--- a/README.md
+++ b/README.md
@@ -176,6 +176,7 @@ To view configured and available formatters, as well as to see the path to the l
- [elm_format](https://github.com/avh4/elm-format) - elm-format formats Elm source code according to a standard set of rules based on the official [Elm Style Guide](https://elm-lang.org/docs/style-guide).
- [erb_format](https://github.com/nebulab/erb-formatter) - Format ERB files with speed and precision.
- [eslint_d](https://github.com/mantoni/eslint_d.js/) - Like ESLint, but faster.
+- [fish_indent](https://fishshell.com/docs/current/cmds/fish_indent.html) - Indent or otherwise prettify a piece of fish code.
- [gdformat](https://github.com/Scony/godot-gdscript-toolkit) - A formatter for Godot's gdscript.
- [gofmt](https://pkg.go.dev/cmd/gofmt) - Formats go programs.
- [gofumpt](https://github.com/mvdan/gofumpt) - Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.