Add C++ formatting support with clang-format
This commit is contained in:
@@ -29,6 +29,10 @@ return {
|
|||||||
liquid = { "prettier" },
|
liquid = { "prettier" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
python = { "isort", "black" },
|
python = { "isort", "black" },
|
||||||
|
c = { "clang_format" },
|
||||||
|
cpp = { "clang_format" },
|
||||||
|
cxx = { "clang_format" },
|
||||||
|
hpp = { "clang_format" },
|
||||||
dbml = { "dbml" }, -- DBML formatting
|
dbml = { "dbml" }, -- DBML formatting
|
||||||
sql = { "sqlfluff" }, -- SQL formatting
|
sql = { "sqlfluff" }, -- SQL formatting
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user