summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSeth Daniel <seth@sethdaniel.org>2023-08-29 20:55:47 -0500
committerGitHub <noreply@github.com>2023-08-29 18:55:47 -0700
commit882b75994af34fed3c4fe6f1a97ad58b352ec25f (patch)
treea1c7195aa8618da83a796dda4765042b792d4913 /README.md
parent2c9a6098fa3385ac6b7cbae19a1888b59b12ef02 (diff)
feat: add perltidy (#12)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index be8e776..7fef715 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ To view configured and available formatters, as well as to see the path to the l
- [nixpkgs_fmt](https://github.com/nix-community/nixpkgs-fmt) - nixpkgs-fmt is a Nix code formatter for nixpkgs.
- [ocamlformat](https://github.com/ocaml-ppx/ocamlformat) - Auto-formatter for OCaml code.
- [perlimports](https://github.com/perl-ide/App-perlimports) - Make implicit Perl imports explicit
+- [perltidy](https://github.com/perltidy/perltidy) - Perl::Tidy, a source code formatter for Perl
- [pg_format](https://github.com/darold/pgFormatter) - PostgreSQL SQL syntax beautifier.
- [prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
- [prettierd](https://github.com/fsouza/prettierd) - prettier, as a daemon, for ludicrous formatting speed.