aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parenta3e3e0e2966a9fa477bbc86487e920ee0c34f133 (diff)
feat: add snakefmt formatter for snakemake files (#399)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5cb4c28..71618c7 100644
--- a/README.md
+++ b/README.md
@@ -287,6 +287,7 @@ You can view this list in vim with `:help conform-formatters`
- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter.
- [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with `bash` support.
- [smlfmt](https://github.com/shwestrick/smlfmt) - A custom parser and code formatter for Standard ML.
+- [snakefmt](https://github.com/snakemake/snakefmt) - a formatting tool for Snakemake files following the design of Black.
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.
- [sqlfluff](https://github.com/sqlfluff/sqlfluff) - A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
- [sqlfmt](https://docs.sqlfmt.com) - sqlfmt formats your dbt SQL files so you don't have to. It is similar in nature to Black, gofmt, and rustfmt (but for SQL)