add clang-format

This commit is contained in:
xfy
2024-08-05 10:24:08 +08:00
parent 9067d454c8
commit d5ec778e8d

View File

@ -23,6 +23,7 @@ local options = {
graphql = { "prettier" },
python = { "isort", "black" },
php = { "intelephense" },
c = { "clang-format" },
-- Use the "*" filetype to run formatters on all filetypes.
["*"] = { "codespell" },
-- Use the "_" filetype to run formatters on filetypes that don't