Skip to content

Commit

Permalink
Use perltidy as default formatter for cperl-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Nov 26, 2023
1 parent 731edd2 commit 8091011
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

### Enhancements
* Use `perltidy` formatter for `cperl-mode`.

## 4.0 (released 2023-11-23)
### Breaking changes
* The order of entries in `apheleia-mode-alist` is no longer as
Expand Down
1 change: 1 addition & 0 deletions apheleia-formatters.el
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ rather than using this system."
(cmake-mode . cmake-format)
(cmake-ts-mode . cmake-format)
(common-lisp-mode . lisp-indent)
(cperl-mode . perltidy)
(crystal-mode . crystal-tool-format)
(css-mode . prettier-css)
(css-ts-mode . prettier-css)
Expand Down

0 comments on commit 8091011

Please sign in to comment.