Current section
Files
Jump to
Current section
Files
ash_pagify
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [
:ash,
:ash_phoenix,
:phoenix
],
plugins: [
Phoenix.LiveView.HTMLFormatter,
Spark.Formatter,
Styler
]
]