Enable ruby formatting in conform

This commit is contained in:
Ryan Cavicchioni 2024-10-13 18:55:01 -05:00
parent f47198c20c
commit cf62d995c9
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -16,6 +16,7 @@ return {
opts = {
formatters_by_ft = {
lua = { "stylua" },
ruby = { "rufo" },
},
},
}