Skip to content

Commit

Permalink
Add support for cljstyle for Clojure code
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Dec 9, 2024
1 parent 543f6d6 commit 4bc3c0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4bc3c0a

Please sign in to comment.