Skip to content

Commit

Permalink
Add yaml formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Mar 31, 2024
1 parent 82d7050 commit 27c2610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function M.config()
formatters_by_ft = {
lua = { "stylua" },
ruby = { "standardrb" },
yaml = { "yamlfmt" },
},
})
end
Expand Down

0 comments on commit 27c2610

Please sign in to comment.