aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMads Hougesen <madshougesen@gmail.com>2024-03-18 18:48:07 +0100
committerGitHub <noreply@github.com>2024-03-18 10:48:07 -0700
commitf8c64b835f60a80639375500a80e8cd303d8eda6 (patch)
tree4d00dfac32b168c97137668b8560194da507b367 /README.md
parent220988eba89a877ceffae9eb63940a0d83c762ca (diff)
feat: support crystal tool format (#344)
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 4c30f08..9c6b546 100644
--- a/README.md
+++ b/README.md
@@ -201,6 +201,7 @@ You can view this list in vim with `:help conform-formatters`
- [cljstyle](https://github.com/greglook/cljstyle) - Formatter for Clojure code.
- [cmake_format](https://github.com/cheshirekow/cmake_format) - Parse cmake listfiles and format them nicely.
- [codespell](https://github.com/codespell-project/codespell) - Check code for common misspellings.
+- [crystal](https://crystal-lang.org/) - Format Crystal code.
- [csharpier](https://github.com/belav/csharpier) - The opinionated C# code formatter.
- [cue_fmt](https://cuelang.org) - Format CUE files using `cue fmt` command.
- [darker](https://github.com/akaihola/darker) - Run black only on changed lines.