diff --git a/CHANGELOG.md b/CHANGELOG.md index cb03f72..9c28147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog]. +## Unreleased +### Formatters +* [cljstyle](https://github.com/greglook/cljstyle) for + for clojure, clojurescript, edn files. + ## 4.3 (released 2024-11-12) ### Features * New user option `apheleia-skip-functions`, like diff --git a/apheleia-formatters.el b/apheleia-formatters.el index bef7aa0..af572a6 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -42,6 +42,7 @@ (apheleia-formatters-mode-extension) ".c"))) (cljfmt . ("cljfmt" "fix" "-")) + (cljstyle . ("cljstyle" "pipe")) (cmake-format . ("cmake-format" "-")) (crystal-tool-format . ("crystal" "tool" "format" "-")) (css-beautify "css-beautify" "--file" "-" "--end-with-newline"