Add C++ formatting support with clang-format

This commit is contained in:
Carlos Gutierrez
2025-12-06 19:39:53 -05:00
parent fa6c35ff1e
commit 795bc802b3

View File

@@ -29,6 +29,10 @@ return {
liquid = { "prettier" },
lua = { "stylua" },
python = { "isort", "black" },
c = { "clang_format" },
cpp = { "clang_format" },
cxx = { "clang_format" },
hpp = { "clang_format" },
dbml = { "dbml" }, -- DBML formatting
sql = { "sqlfluff" }, -- SQL formatting
},