Skip to content

perl-ide/perltidy.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

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)

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%