Skip to content

Commit

Permalink
style: enable quokka
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Feb 26, 2025
1 parent e3d8a7e commit 47241a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
inputs: ["mix.exs", "{config,lib,test,conformance,benchmark}/**/*.{ex,exs}"],
plugins: [Quokka],
quokka: [
only: [:line_length]
]
inputs: ["mix.exs", "{config,lib,test,conformance,benchmark}/**/*.{ex,exs}", "*.exs"],
# Same as Credo setting.
line_length: 120,
plugins: [Quokka]
]

0 comments on commit 47241a0

Please sign in to comment.