Skip to content

Commit

Permalink
Fix formatter doesn't works because of sigil_j
Browse files Browse the repository at this point in the history
This changes drop support for `~j` since it doesn't support by
Mix Formatter Plugin.
  • Loading branch information
wingyplus committed Dec 23, 2021
1 parent 2811d01 commit 143a5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json_formatter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule JsonFormatter do

@impl true
def features(_opts) do
[sigils: [:j, :J], extensions: [".json"]]
[sigils: [:J], extensions: [".json"]]
end

@impl true
Expand Down

0 comments on commit 143a5a1

Please sign in to comment.