summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMads Hougesen <mads@mhouge.dk>2024-06-24 13:06:29 +0200
committerGitHub <noreply@github.com>2024-06-24 07:06:29 -0400
commitc35f52b04e4436d5525102b2d61150679c967100 (patch)
tree2dd502c1850b842f8c40121da3bbfd04213e1d2c /doc
parentf823628324eedaed120ea3250301ed7a69728d47 (diff)
feat: add support for caramel fmt (#469)
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 c52038e..e285a1d 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -239,6 +239,7 @@ FORMATTERS *conform-formatter
`buildifier` - buildifier is a tool for formatting bazel BUILD and .bzl files
with a standard convention.
`cabal_fmt` - Format cabal files with cabal-fmt
+`caramel_fmt` - Format Caramel code.
`cbfmt` - A tool to format codeblocks inside markdown and org documents.
`clang-format` - Tool to format C/C++/… code according to a set of rules and
heuristics.