aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexandros Alexiou <alex.alexiouu@gmail.com>2024-05-06 21:09:13 +0300
committerGitHub <noreply@github.com>2024-05-06 11:09:13 -0700
commitb72f650206ddfeadd6c7df0f775a928e82ece353 (patch)
tree473ad3f477e6932a379a9f91faeae8ff5709e34f /doc
parent3cd1135cb2978c9d45b8dc6afc80045fb8a93157 (diff)
feat: add ktfmt formatter for Kotlin (#392)
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 034acdf..dd91234 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -262,6 +262,8 @@ FORMATTERS *conform-formatter
`jq` - Command-line JSON processor.
`jsonnetfmt` - jsonnetfmt is a command line tool to format jsonnet files.
`just` - Format Justfile.
+`ktfmt` - A program that reformats Kotlin source code to comply with the common
+ community standard for Kotlin code conventions.
`ktlint` - An anti-bikeshedding Kotlin linter with built-in formatter.
`latexindent` - A perl script for formatting LaTeX files that is generally
included in major TeX distributions.