aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHoang Nguyen <folliekazetani@protonmail.com>2024-01-05 17:57:59 +0000
committerGitHub <noreply@github.com>2024-01-05 09:57:59 -0800
commit03de11a0dcf686fda58d64a895483e284dd0c5b6 (patch)
treef6e5999c75a38d44b9489d0e592e96c4403a6417 /doc
parent08024063232a7bd38ecdfaf89f06162a5ba2df91 (diff)
feat: add cue_fmt formatter (#265)
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 6bf52ef..c9b929f 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -201,6 +201,7 @@ FORMATTERS *conform-formatter
`cmake_format` - Parse cmake listfiles and format them nicely.
`codespell` - Check code for common misspellings.
`csharpier` - The opinionated C# code formatter.
+`cue_fmt` - Format CUE files using `cue fmt` command.
`darker` - Run black only on changed lines.
`dart_format` - Replace the whitespace in your program with formatting that
follows Dart guidelines.