aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMads Hougesen <mads@mhouge.dk>2024-06-01 21:03:02 +0200
committerGitHub <noreply@github.com>2024-06-01 12:03:02 -0700
commit03a07d58be09a681ab162f3a069dc9e86589bacb (patch)
tree24217831945f27f6354f2fa652669d0fe8460b7a /doc
parent9f46982b8dc2bf1e267d386ccd096f896369e323 (diff)
feat: add support for kcl fmt (#431)
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 1b763d3..6775b5b 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -292,6 +292,7 @@ FORMATTERS *conform-formatter
`jq` - Command-line JSON processor.
`jsonnetfmt` - jsonnetfmt is a command line tool to format jsonnet files.
`just` - Format Justfile.
+`kcl` - The KCL Format tool modifies the files according to the KCL code style
`ktfmt` - Reformats Kotlin source code to comply with the common community
standard conventions.
`ktlint` - An anti-bikeshedding Kotlin linter with built-in formatter.