Add uncrustify to c in conform.nvim

This commit is contained in:
Antoine Vaure 2024-08-20 09:51:47 +02:00
parent 4a76235e5e
commit 54abc5e60c

View file

@ -551,6 +551,7 @@ local plugins = {
formatters_by_ft = {
cpp = { "uncrustify" },
c = { "uncrustify" },
typst = { "typstyle" }
}
})