feat(nvim): add C and CPP formatting
This commit is contained in:
parent
84e0e0688b
commit
1849c1b471
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ require("conform").setup({
|
|||
html = { "prettier", },
|
||||
javascript = { "prettier", },
|
||||
python = { "black" },
|
||||
C = { "clang-format"},
|
||||
},
|
||||
format_on_save = {
|
||||
timeout_ms = 500,
|
||||
|
|
Loading…
Reference in a new issue