From 50d648e784156e70996ed02625d6381d2f71590c Mon Sep 17 00:00:00 2001 From: Pavel Malinov Date: Fri, 2 Jan 2026 16:34:52 +0200 Subject: [PATCH] Linking new fork of archived project, to make it easier for people --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bfbaf85..9222c368 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ You can view this list in vim with `:help conform-formatters` - [goimports-reviser](https://github.com/incu6us/goimports-reviser) - Right imports sorting & code formatting tool (goimports alternative). - [gojq](https://github.com/itchyny/gojq) - Pure Go implementation of jq. - [golangci-lint](https://golangci-lint.run/usage/configuration/#fmt) - Fast linters runner for Go (with formatter). -- [golines](https://github.com/segmentio/golines) - A golang formatter that fixes long lines. +- [golines](https://github.com/golangci/golines/) - A golang formatter that fixes long lines. - [google-java-format](https://github.com/google/google-java-format) - Reformats Java source code according to Google Java Style. - [grain_format](https://grain-lang.org/docs/tooling/grain_cli#grain-format) - Code formatter for the grain programming language. - [hcl](https://github.com/hashicorp/hcl) - A formatter for HCL files.