Specify clang-format for c/cpp

This commit is contained in:
Imbus 2025-04-26 14:08:26 +02:00
parent fe46d0fce2
commit 13701713b3

View file

@ -38,6 +38,8 @@ return { -- Autoformat
javascript = { { 'prettierd', 'prettier' } },
html = { { 'prettierd', 'prettier' } },
java = { 'clang-format' },
c = { 'clang-format' },
cpp = { 'clang-format' },
},
},
}