This commit is contained in:
Timofey.Kovalev
2024-11-23 16:08:10 +03:00
parent 9b6cac6a82
commit d69725c9b2
5 changed files with 12 additions and 1 deletions

View File

@ -7,6 +7,7 @@ return {
require("conform").setup({
formatters_by_ft = {
lua = { "stylua" },
go = { "gofmt" },
},
})