Add perl formatter

This commit is contained in:
Jan Eitzinger 2024-12-24 23:36:57 +01:00
parent 8dab7cb3a6
commit adcc5d5e25
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -0,0 +1,11 @@
return {
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
perl = { "perltidy" },
},
},
},
}