aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
diff options
context:
space:
mode:
authorChristian Johansen <80620482+chrhjoh@users.noreply.github.com>2024-05-11 05:57:29 +0200
committerGitHub <noreply@github.com>2024-05-10 21:57:29 -0600
commitdc950e5717f1da65b1fcd986b1bbff0d6bd0e2ee (patch)
treef12084d49bc013971b03fda86579eed5d4a0d314 /doc/conform.txt
parenta3e3e0e2966a9fa477bbc86487e920ee0c34f133 (diff)
feat: add snakefmt formatter for snakemake files (#399)
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 7e5041a..e3f38d6 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -327,6 +327,8 @@ FORMATTERS *conform-formatter
`shellharden` - The corrective bash syntax highlighter.
`shfmt` - A shell parser, formatter, and interpreter with `bash` support.
`smlfmt` - A custom parser and code formatter for Standard ML.
+`snakefmt` - a formatting tool for Snakemake files following the design of
+ Black.
`sql_formatter` - A whitespace formatter for different query languages.
`sqlfluff` - A modular SQL linter and auto-formatter with support for multiple
dialects and templated code.