Skip to content

perl-ide/perltidy.el

This branch is 3 commits ahead of zakame/perltidy.el:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78384f4 · Aug 14, 2024

History

6 Commits
Aug 14, 2024
Aug 13, 2024

Repository files navigation

perltidy.el

This is a version of perltidy.el that has been modified so that it can find the closest .perltidyrc to use (thanks Zakame), and the ability to format on-save for perl-mode and cperl-mode.

Getting Started

Install

Straight.el

(straight-use-package
 '(perltidy
   :type git
   :host github
   :repo "perl-ide/perltidy.el"
   :branch "master"))

Configure

(require 'perltidy)
(setq perltidy-on-save t)

About

Tidy Perl code in Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%