Skip to content

Commit

Permalink
Reformat with mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwidmann committed Jan 30, 2019
1 parent 92f265a commit 958ef9a
Show file tree
Hide file tree
Showing 9 changed files with 1,020 additions and 274 deletions.
4 changes: 4 additions & 0 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Used by "mix format"
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add to `mix.exs`
defp deps do
[
# ...
{:scrivener_html, "~> 1.7"}
{:scrivener_html, "~> 1.8"}
# ...
]
end
Expand Down
Loading

0 comments on commit 958ef9a

Please sign in to comment.