diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2023-12-02 02:16:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-01 16:16:34 -0800 |
| commit | 8f512dba3ee2eabae0dbfd8289b89d54c132cb87 (patch) | |
| tree | edec167472dfe96220abdf31cbba4ed51fcfcaad /apheleia-formatters.el | |
| parent | fe27888c6b3f546054b00e7da0b65f2f2f5d5d20 (diff) | |
Use `perltidy` as default formatter for `cperl-mode` (#260)
Co-authored-by: Mohsin Kaleem <mohkale@kisara.moe>
Diffstat (limited to 'apheleia-formatters.el')
| -rw-r--r-- | apheleia-formatters.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apheleia-formatters.el b/apheleia-formatters.el index 884a07b..ed9f590 100644 --- a/apheleia-formatters.el +++ b/apheleia-formatters.el @@ -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) |
