Skip to content

Commit

Permalink
Format json with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Feb 25, 2024
1 parent 2438477 commit 52c44c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ return {
formatters_by_ft = {
css = { "prettier" },
javascript = { "prettier" },
json = { "prettier" },
html = { "prettier" },
lua = { "stylua" },
markdown = { "prettier" },
Expand Down

0 comments on commit 52c44c5

Please sign in to comment.