From 882b75994af34fed3c4fe6f1a97ad58b352ec25f Mon Sep 17 00:00:00 2001 From: Seth Daniel Date: Tue, 29 Aug 2023 20:55:47 -0500 Subject: feat: add perltidy (#12) --- lua/conform/formatters/perltidy.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/conform/formatters/perltidy.lua (limited to 'lua/conform/formatters') diff --git a/lua/conform/formatters/perltidy.lua b/lua/conform/formatters/perltidy.lua new file mode 100644 index 0000000..3b8be2c --- /dev/null +++ b/lua/conform/formatters/perltidy.lua @@ -0,0 +1,9 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/perltidy/perltidy", + description = "Perl::Tidy, a source code formatter for Perl", + }, + command = "perltidy", + args = { "--quiet" }, +} -- cgit v1.2.3-70-g09d2