Specify clang-format for c/cpp
This commit is contained in:
parent
fe46d0fce2
commit
13701713b3
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ return { -- Autoformat
|
||||||
javascript = { { 'prettierd', 'prettier' } },
|
javascript = { { 'prettierd', 'prettier' } },
|
||||||
html = { { 'prettierd', 'prettier' } },
|
html = { { 'prettierd', 'prettier' } },
|
||||||
java = { 'clang-format' },
|
java = { 'clang-format' },
|
||||||
|
c = { 'clang-format' },
|
||||||
|
cpp = { 'clang-format' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue