add clanformat to compe

This commit is contained in:
trevor 2024-04-07 08:54:31 -06:00
parent 624c7f93e2
commit e44652ec12
1 changed files with 1 additions and 0 deletions

View File

@ -625,6 +625,7 @@ require('lazy').setup({
end,
formatters_by_ft = {
lua = { 'stylua' },
cpp = { 'clang-format' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--