disable C autoformatting
This commit is contained in:
@@ -11,6 +11,9 @@ require("conform").setup({
|
|||||||
javascriptreact = { "prettier" },
|
javascriptreact = { "prettier" },
|
||||||
typescript = { "prettier" },
|
typescript = { "prettier" },
|
||||||
typescriptreact = { "prettier" },
|
typescriptreact = { "prettier" },
|
||||||
|
c = { filter = function() return false end },
|
||||||
|
cpp = { filter = function() return false end },
|
||||||
|
h = { filter = function() return false end }
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
lsp_format = "fallback",
|
lsp_format = "fallback",
|
||||||
|
|||||||
Reference in New Issue
Block a user