Add C++ formatting support with clang-format
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user