mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
Use perltidy
as default formatter for cperl-mode
(#260)
Co-authored-by: Mohsin Kaleem <mohkale@kisara.moe>
This commit is contained in:
parent
fe27888c6b
commit
8f512dba3e
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ The format is based on [Keep a Changelog].
|
|||
|
||||
## Unreleased
|
||||
### Enhancements
|
||||
* Use `perltidy` as default formatter for `cperl-mode` ([#260]).
|
||||
* The `perltidy` formatter now supports Emacs indentation and line length
|
||||
settings ([#261]).
|
||||
|
||||
|
@ -21,6 +22,7 @@ The format is based on [Keep a Changelog].
|
|||
js, jsx, ts, tsx, json, jsonc, md files. ([#264])
|
||||
|
||||
[#229]: https://github.com/radian-software/apheleia/pull/229
|
||||
[#260]: https://github.com/radian-software/apheleia/pull/260
|
||||
[#261]: https://github.com/radian-software/apheleia/pull/261
|
||||
[#263]: https://github.com/radian-software/apheleia/pull/263
|
||||
[#264]: https://github.com/radian-software/apheleia/pull/264
|
||||
|
|
|
@ -279,6 +279,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)
|
||||
|
|
Loading…
Add table
Reference in a new issue