summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLouis Michalak <73487541+netner-d@users.noreply.github.com>2024-03-11 16:52:09 +0100
committerGitHub <noreply@github.com>2024-03-11 08:52:09 -0700
commit2ebfcaa4f2e85550d985eae8ed417401319ebccd (patch)
tree59ba80bb7432eb8e8d8cd3bb67b2198f6119caf9 /README.md
parent5a15cc46e75cad804fd51ec5af9227aeb1d1bdaa (diff)
feat: add gleam formatter (#327)
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 2db5336..d6fc078 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,7 @@ You can view this list in vim with `:help conform-formatters`
- [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.
+- [gleam](https://github.com/gleam-lang/gleam) - ⭐️ A friendly language for building type-safe, scalable systems!
- [gn](https://gn.googlesource.com/gn/) - gn build system.
- [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.