This commit is contained in:
2024-04-12 10:06:36 +02:00
parent 87d6a0c97d
commit b0740137d5
10 changed files with 74 additions and 91 deletions

View File

@@ -15,7 +15,7 @@ return {
end,
config = function(plugin, opts)
local conform = require("conform")
conform.setup(opts)
conform.setup(opts)
conform.formatters.clang_format = {
args = { "--style", "{IndentWidth: 4, UseTab: Always, TabWidth: 4}" },