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