aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-01-05 17:58:14 +0000
committerGithub Actions <actions@github>2024-01-05 17:58:14 +0000
commit24d13dc1e2101d5450bcf20972db445363b52685 (patch)
treec8510fe43981b5533fe1dcf98da7a2d99c2c409a
parent03de11a0dcf686fda58d64a895483e284dd0c5b6 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c896991..1432a9d 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ You can view this list in vim with `:help conform-formatters`
- [cmake_format](https://github.com/cheshirekow/cmake_format) - Parse cmake listfiles and format them nicely.
- [codespell](https://github.com/codespell-project/codespell) - Check code for common misspellings.
- [csharpier](https://github.com/belav/csharpier) - The opinionated C# code formatter.
-- [cue_fmt](https://cuelang.org/) - Format CUE files using `cue fmt` command
+- [cue_fmt](https://cuelang.org) - Format CUE files using `cue fmt` command.
- [darker](https://github.com/akaihola/darker) - Run black only on changed lines.
- [dart_format](https://dart.dev/tools/dart-format) - Replace the whitespace in your program with formatting that follows Dart guidelines.
- [deno_fmt](https://deno.land/manual/tools/formatter) - Use [Deno](https://deno.land/) to format TypeScript, JavaScript/JSON and markdown.